Uses of Class
com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of AzureBlobFileListContentSource in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionAzureBlobFileListContentSource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobFileListContentSource from the JsonReader.AnalyzeBatchDocumentsRequest.getAzureBlobFileListSource()
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the batch documents.BuildDocumentModelRequest.getAzureBlobFileListSource()
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data.ClassifierDocumentTypeDetails.getAzureBlobFileListSource()
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data for a classifier document type.DocumentModelDetails.getAzureBlobFileListSource()
Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsRequest.setAzureBlobFileListSource
(AzureBlobFileListContentSource azureBlobFileListSource) Set the azureBlobFileListSource property: Azure Blob Storage file list specifying the batch documents.BuildDocumentModelRequest.setAzureBlobFileListSource
(AzureBlobFileListContentSource azureBlobFileListSource) Set the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data.ClassifierDocumentTypeDetails.setAzureBlobFileListSource
(AzureBlobFileListContentSource azureBlobFileListSource) Set the azureBlobFileListSource property: Azure Blob Storage file list specifying the training data for a classifier document type.