Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.OperationResult
Package
Description
Package containing classes for creating a
DocumentAnalysisAsyncClient
and
DocumentAnalysisClient
to perform document analysis operations
on Azure Form Recognizer service.Package containing classes for creating a
DocumentModelAdministrationAsyncClient
and
DocumentModelAdministrationClient
to perform operations on
Azure Form Recognizer document model management operations.-
Uses of OperationResult in com.azure.ai.formrecognizer.documentanalysis
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<OperationResult,
AnalyzeResult> DocumentAnalysisAsyncClient.beginAnalyzeDocument
(String modelId, com.azure.core.util.BinaryData document) 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.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) Analyzes data from documents using optical character recognition (OCR) 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) 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) 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 OperationResult in com.azure.ai.formrecognizer.documentanalysis.administration
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<OperationResult,
DocumentModelDetails> DocumentModelAdministrationAsyncClient.beginBuildDocumentModel
(String blobContainerUrl, DocumentModelBuildMode buildMode) Builds a custom document analysis model.com.azure.core.util.polling.PollerFlux<OperationResult,
DocumentModelDetails> DocumentModelAdministrationAsyncClient.beginBuildDocumentModel
(String blobContainerUrl, DocumentModelBuildMode buildMode, String prefix, BuildDocumentModelOptions buildDocumentModelOptions) Builds a custom document analysis model.com.azure.core.util.polling.SyncPoller<OperationResult,
DocumentModelDetails> DocumentModelAdministrationClient.beginBuildDocumentModel
(String blobContainerUrl, DocumentModelBuildMode buildMode) Builds a custom document analysis model.com.azure.core.util.polling.SyncPoller<OperationResult,
DocumentModelDetails> DocumentModelAdministrationClient.beginBuildDocumentModel
(String blobContainerUrl, DocumentModelBuildMode buildMode, String prefix, BuildDocumentModelOptions buildDocumentModelOptions, com.azure.core.util.Context context) Builds a custom document analysis model.com.azure.core.util.polling.PollerFlux<OperationResult,
DocumentModelDetails> DocumentModelAdministrationAsyncClient.beginComposeDocumentModel
(List<String> componentModelIds) Create a composed model from the provided list of existing models in the account.com.azure.core.util.polling.PollerFlux<OperationResult,
DocumentModelDetails> DocumentModelAdministrationAsyncClient.beginComposeDocumentModel
(List<String> componentModelIds, ComposeDocumentModelOptions composeDocumentModelOptions) Create a composed model from the provided list of existing models in the account.com.azure.core.util.polling.SyncPoller<OperationResult,
DocumentModelDetails> DocumentModelAdministrationClient.beginComposeDocumentModel
(List<String> componentModelIds) Create a composed model from the provided list of existing models in the account.com.azure.core.util.polling.SyncPoller<OperationResult,
DocumentModelDetails> DocumentModelAdministrationClient.beginComposeDocumentModel
(List<String> componentModelIds, ComposeDocumentModelOptions composeDocumentModelOptions, com.azure.core.util.Context context) Create a composed model from the provided list of existing models in the account.com.azure.core.util.polling.PollerFlux<OperationResult,
DocumentModelDetails> DocumentModelAdministrationAsyncClient.beginCopyDocumentModelTo
(String sourceModelId, DocumentModelCopyAuthorization target) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.SyncPoller<OperationResult,
DocumentModelDetails> DocumentModelAdministrationClient.beginCopyDocumentModelTo
(String sourceModelId, DocumentModelCopyAuthorization target) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.SyncPoller<OperationResult,
DocumentModelDetails> DocumentModelAdministrationClient.beginCopyDocumentModelTo
(String sourceModelId, DocumentModelCopyAuthorization target, com.azure.core.util.Context context) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.