Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeResultOperation
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeResultOperation in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceAsyncClient.beginAnalyzeDocument
(String modelId) Analyzes document with document model.com.azure.core.util.polling.PollerFlux<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceAsyncClient.beginAnalyzeDocument
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model.com.azure.core.util.polling.SyncPoller<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceClient.beginAnalyzeDocument
(String modelId) Analyzes document with document model.com.azure.core.util.polling.SyncPoller<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceClient.beginAnalyzeDocument
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model.com.azure.core.util.polling.PollerFlux<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceAsyncClient.beginClassifyDocument
(String classifierId, ClassifyDocumentRequest classifyRequest) Classifies document with document classifier.com.azure.core.util.polling.PollerFlux<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceAsyncClient.beginClassifyDocument
(String classifierId, ClassifyDocumentRequest classifyRequest, StringIndexType stringIndexType, SplitMode split, String pages) Classifies document with document classifier.com.azure.core.util.polling.SyncPoller<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceClient.beginClassifyDocument
(String classifierId, ClassifyDocumentRequest classifyRequest) Classifies document with document classifier.com.azure.core.util.polling.SyncPoller<AnalyzeResultOperation,
AnalyzeResult> DocumentIntelligenceClient.beginClassifyDocument
(String classifierId, ClassifyDocumentRequest classifyRequest, StringIndexType stringIndexType, SplitMode split, String pages) Classifies document with document classifier. -
Uses of AnalyzeResultOperation in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AnalyzeResultOperation
AnalyzeResultOperation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeResultOperation from the JsonReader.