Uses of Class
com.azure.ai.documentintelligence.models.AzureBlobContentSource
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of AzureBlobContentSource in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AzureBlobContentSource
AzureBlobContentSource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobContentSource from the JsonReader.AnalyzeBatchDocumentsRequest.getAzureBlobSource()
Get the azureBlobSource property: Azure Blob Storage location containing the batch documents.BuildDocumentModelRequest.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.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsRequest.setAzureBlobSource
(AzureBlobContentSource azureBlobSource) Set the azureBlobSource property: Azure Blob Storage location containing the batch documents.BuildDocumentModelRequest.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.