Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeResult
Packages that use AnalyzeResult
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeResult in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence that return types with arguments of type AnalyzeResultModifier 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 AnalyzeResult in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AnalyzeResultModifier and TypeMethodDescriptionstatic AnalyzeResultAnalyzeResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeResult from the JsonReader.AnalyzeOperationDetails.getAnalyzeResult()Get the analyzeResult property: Document analysis result.