Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeDocumentRequest
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeDocumentRequest in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptioncom.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, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, List<AnalyzeOutputOption> output, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model. -
Uses of AnalyzeDocumentRequest in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AnalyzeDocumentRequest
AnalyzeDocumentRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzeDocumentRequest from the JsonReader.AnalyzeDocumentRequest.setBase64Source
(byte[] base64Source) Set the base64Source property: Base64 encoding of the document to analyze.AnalyzeDocumentRequest.setUrlSource
(String urlSource) Set the urlSource property: Document URL to analyze.