Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeOperationDetails
Packages that use AnalyzeOperationDetails
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeOperationDetails in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence that return types with arguments of type AnalyzeOperationDetailsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeOperationDetails, AnalyzeResult> DocumentIntelligenceAsyncClient.beginAnalyzeDocument(String modelId, AnalyzeDocumentOptions analyzeDocumentOptions) /** Analyzes document with document model.com.azure.core.util.polling.SyncPoller<AnalyzeOperationDetails, AnalyzeResult> DocumentIntelligenceClient.beginAnalyzeDocument(String modelId, AnalyzeDocumentOptions analyzeDocumentOptions) /** Analyzes document with document model.com.azure.core.util.polling.PollerFlux<AnalyzeOperationDetails, AnalyzeResult> DocumentIntelligenceAsyncClient.beginClassifyDocument(String classifierId, ClassifyDocumentOptions classifyDocumentOptions) /** Classifies document with document classifier.com.azure.core.util.polling.SyncPoller<AnalyzeOperationDetails, AnalyzeResult> DocumentIntelligenceClient.beginClassifyDocument(String classifierId, ClassifyDocumentOptions classifyDocumentOptions) /** Classifies document with document classifier. -
Uses of AnalyzeOperationDetails in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AnalyzeOperationDetailsModifier and TypeMethodDescriptionstatic AnalyzeOperationDetailsAnalyzeOperationDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeOperationDetails from the JsonReader.