Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeBatchResultOperation
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeBatchResultOperation in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeBatchResultOperation,
AnalyzeBatchResult> DocumentIntelligenceAsyncClient.beginAnalyzeBatchDocuments
(String modelId) Analyzes batch documents with document model.com.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) 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 AnalyzeBatchResultOperation in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AnalyzeBatchResultOperation
AnalyzeBatchResultOperation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeBatchResultOperation from the JsonReader.