Uses of Class
com.azure.ai.formrecognizer.training.models.TrainingOptions
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.
Package containing model classes to perform operations using
FormTrainingClient
and
FormTrainingAsyncClient
.-
Uses of TrainingOptions in com.azure.ai.formrecognizer.training
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
CustomFormModel> FormTrainingAsyncClient.beginTraining
(String trainingFilesUrl, boolean useTrainingLabels, TrainingOptions trainingOptions) Create and train a custom model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
CustomFormModel> FormTrainingClient.beginTraining
(String trainingFilesUrl, boolean useTrainingLabels, TrainingOptions trainingOptions, com.azure.core.util.Context context) Create and train a custom model. -
Uses of TrainingOptions in com.azure.ai.formrecognizer.training.models
Modifier and TypeMethodDescriptionTrainingOptions.setModelName
(String modelName) Set the optional model name defined by the user.TrainingOptions.setPollInterval
(Duration pollInterval) Set the duration between each poll for the operation status.TrainingOptions.setTrainingFileFilter
(TrainingFileFilter trainingFileFilter) Set the filter to apply to the documents in the source path for training.