Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeBatchDocumentsRequest
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeBatchDocumentsRequest in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeBatchResultOperation,
AnalyzeBatchResult> DocumentIntelligenceAsyncClient.beginAnalyzeBatchDocuments
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeBatchDocumentsRequest analyzeBatchRequest) Analyzes batch documents with document model.com.azure.core.util.polling.SyncPoller<AnalyzeBatchResultOperation,
AnalyzeBatchResult> DocumentIntelligenceClient.beginAnalyzeBatchDocuments
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeBatchDocumentsRequest analyzeBatchRequest) Analyzes batch documents with document model. -
Uses of AnalyzeBatchDocumentsRequest in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AnalyzeBatchDocumentsRequest
AnalyzeBatchDocumentsRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeBatchDocumentsRequest from the JsonReader.AnalyzeBatchDocumentsRequest.setAzureBlobFileListSource
(AzureBlobFileListContentSource azureBlobFileListSource) Set the azureBlobFileListSource property: Azure Blob Storage file list specifying the batch documents.AnalyzeBatchDocumentsRequest.setAzureBlobSource
(AzureBlobContentSource azureBlobSource) Set the azureBlobSource property: Azure Blob Storage location containing the batch documents.AnalyzeBatchDocumentsRequest.setOverwriteExisting
(Boolean overwriteExisting) Set the overwriteExisting property: Overwrite existing analyze result files?.AnalyzeBatchDocumentsRequest.setResultPrefix
(String resultPrefix) Set the resultPrefix property: Blob name prefix of result files.