Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeBatchResult
Packages that use AnalyzeBatchResult
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeBatchResult in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence that return types with arguments of type AnalyzeBatchResultModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeBatchOperationDetails, AnalyzeBatchResult> DocumentIntelligenceAsyncClient.beginAnalyzeBatchDocuments(String modelId, AnalyzeBatchDocumentsOptions analyzeBatchDocumentOptions) /** Analyzes batch documents with document model.com.azure.core.util.polling.SyncPoller<AnalyzeBatchOperationDetails, AnalyzeBatchResult> DocumentIntelligenceClient.beginAnalyzeBatchDocuments(String modelId, AnalyzeBatchDocumentsOptions analyzeBatchDocumentOptions) /** Analyzes batch documents with document model. -
Uses of AnalyzeBatchResult in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AnalyzeBatchResultModifier and TypeMethodDescriptionstatic AnalyzeBatchResultAnalyzeBatchResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeBatchResult from the JsonReader.AnalyzeBatchOperationDetails.getResult()Get the result property: Batch document analysis result.