Uses of Class
com.azure.ai.documentintelligence.models.AzureBlobContentSource
Packages that use AzureBlobContentSource
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of AzureBlobContentSource in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AzureBlobContentSourceModifier and TypeMethodDescriptionstatic AzureBlobContentSourceAzureBlobContentSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobContentSource from the JsonReader.AnalyzeBatchDocumentsOptions.getAzureBlobSource()Get the azureBlobSource property: Azure Blob Storage location containing the batch documents.BuildDocumentModelOptions.getAzureBlobSource()Get the azureBlobSource property: Azure Blob Storage location containing the training data.ClassifierDocumentTypeDetails.getAzureBlobSource()Get the azureBlobSource property: Azure Blob Storage location containing the training data for a classifier document type.DocumentModelDetails.getAzureBlobSource()Get the azureBlobSource property: Azure Blob Storage location containing the training data.Set the prefix property: Blob name prefix.Methods in com.azure.ai.documentintelligence.models with parameters of type AzureBlobContentSourceModifier and TypeMethodDescriptionBuildDocumentModelOptions.setAzureBlobSource(AzureBlobContentSource azureBlobSource) Set the azureBlobSource property: Azure Blob Storage location containing the training data.ClassifierDocumentTypeDetails.setAzureBlobSource(AzureBlobContentSource azureBlobSource) Set the azureBlobSource property: Azure Blob Storage location containing the training data for a classifier document type.Constructors in com.azure.ai.documentintelligence.models with parameters of type AzureBlobContentSourceModifierConstructorDescriptionAnalyzeBatchDocumentsOptions(AzureBlobContentSource azureBlobSource, String resultContainerUrl) Creates an instance of AnalyzeBatchDocumentsOptions with the specified Azure Blob source and result container URL.