Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeBatchOperationDetails
Packages that use AnalyzeBatchOperationDetails
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeBatchOperationDetails in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence that return AnalyzeBatchOperationDetailsModifier and TypeMethodDescriptionDocumentIntelligenceClient.getAnalyzeBatchResult(String modelId, String resultId) Gets the result of batch document analysis.Methods in com.azure.ai.documentintelligence that return types with arguments of type AnalyzeBatchOperationDetailsModifier 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.DocumentIntelligenceAsyncClient.getAnalyzeBatchResult(String modelId, String resultId) Gets the result of batch document analysis.com.azure.core.http.rest.PagedFlux<AnalyzeBatchOperationDetails> DocumentIntelligenceAsyncClient.listAnalyzeBatchResults(String modelId) List batch document analysis results.com.azure.core.http.rest.PagedIterable<AnalyzeBatchOperationDetails> DocumentIntelligenceClient.listAnalyzeBatchResults(String modelId) List batch document analysis results. -
Uses of AnalyzeBatchOperationDetails in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AnalyzeBatchOperationDetailsModifier and TypeMethodDescriptionstatic AnalyzeBatchOperationDetailsAnalyzeBatchOperationDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeBatchOperationDetails from the JsonReader.