Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeResult
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeResult 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 AnalyzeResult in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AnalyzeResult
AnalyzeResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeResult from the JsonReader.AnalyzeResultOperation.getAnalyzeResult()
Get the analyzeResult property: Document analysis result.