Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Packages that use AnalyzeDocumentOptions
Package
Description
Package containing classes for creating a
DocumentAnalysisAsyncClient and
DocumentAnalysisClient to perform document analysis operations
on Azure Form Recognizer service.Package containing model classes to perform operations
DocumentAnalysisAsyncClient and
DocumentAnalysisClient.-
Uses of AnalyzeDocumentOptions in com.azure.ai.formrecognizer.documentanalysis
Methods in com.azure.ai.formrecognizer.documentanalysis with parameters of type AnalyzeDocumentOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<OperationResult,AnalyzeResult> DocumentAnalysisAsyncClient.beginAnalyzeDocument(String modelId, com.azure.core.util.BinaryData document, AnalyzeDocumentOptions analyzeDocumentOptions) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.com.azure.core.util.polling.SyncPoller<OperationResult,AnalyzeResult> DocumentAnalysisClient.beginAnalyzeDocument(String modelId, com.azure.core.util.BinaryData document, AnalyzeDocumentOptions analyzeDocumentOptions, com.azure.core.util.Context context) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.com.azure.core.util.polling.PollerFlux<OperationResult,AnalyzeResult> DocumentAnalysisAsyncClient.beginAnalyzeDocumentFromUrl(String modelId, String documentUrl, AnalyzeDocumentOptions analyzeDocumentOptions) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.com.azure.core.util.polling.SyncPoller<OperationResult,AnalyzeResult> DocumentAnalysisClient.beginAnalyzeDocumentFromUrl(String modelId, String documentUrl, AnalyzeDocumentOptions analyzeDocumentOptions, com.azure.core.util.Context context) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model. -
Uses of AnalyzeDocumentOptions in com.azure.ai.formrecognizer.documentanalysis.models
Methods in com.azure.ai.formrecognizer.documentanalysis.models that return AnalyzeDocumentOptionsModifier and TypeMethodDescriptionSet the locale value.Set the custom page numbers for multi-page documents(PDF/TIFF).