Uses of Class
com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
Packages that use CustomFormModelInfo
Package
Description
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of forms.
-
Uses of CustomFormModelInfo in com.azure.ai.formrecognizer.training
Methods in com.azure.ai.formrecognizer.training that return types with arguments of type CustomFormModelInfoModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingAsyncClient.beginCopyModel(String modelId, CopyAuthorization target) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingAsyncClient.beginCopyModel(String modelId, CopyAuthorization target, Duration pollInterval) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingClient.beginCopyModel(String modelId, CopyAuthorization 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<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingClient.beginCopyModel(String modelId, CopyAuthorization target, Duration pollInterval, com.azure.core.util.Context context) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.http.rest.PagedFlux<CustomFormModelInfo>FormTrainingAsyncClient.listCustomModels()List information for each model on the form recognizer account.com.azure.core.http.rest.PagedIterable<CustomFormModelInfo>FormTrainingClient.listCustomModels()List information for each model on the form recognizer account.com.azure.core.http.rest.PagedIterable<CustomFormModelInfo>FormTrainingClient.listCustomModels(com.azure.core.util.Context context) List information for each model on the form recognizer account with an Http response and a specifiedContext.