Uses of Class
com.azure.ai.documentintelligence.models.AzureBlobFileListContentSource
Packages that use AzureBlobFileListContentSource
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of AzureBlobFileListContentSource in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AzureBlobFileListContentSourceModifier and TypeMethodDescriptionAzureBlobFileListContentSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobFileListContentSource from the JsonReader.AnalyzeBatchDocumentsOptions.getAzureBlobFileListSource()Get the azureBlobFileListSource property: Azure Blob Storage file list specifying the batch documents.BuildDocumentModelOptions.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.Methods in com.azure.ai.documentintelligence.models with parameters of type AzureBlobFileListContentSourceModifier and TypeMethodDescriptionBuildDocumentModelOptions.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.Constructors in com.azure.ai.documentintelligence.models with parameters of type AzureBlobFileListContentSourceModifierConstructorDescriptionAnalyzeBatchDocumentsOptions(AzureBlobFileListContentSource azureBlobFileListSource, String resultContainerUrl) Creates an instance of AnalyzeBatchDocumentsOptions with the specified result container URL and Azure Blob file list source.