Uses of Class
com.azure.ai.formrecognizer.models.CreateComposedModelOptions
Package
Description
Package containing the data models for FormRecognizerClient.
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 CreateComposedModelOptions in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionCreateComposedModelOptions.setModelName
(String modelName) Set the optional model name defined by the user. -
Uses of CreateComposedModelOptions in com.azure.ai.formrecognizer.training
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
CustomFormModel> FormTrainingAsyncClient.beginCreateComposedModel
(List<String> modelIds, CreateComposedModelOptions createComposedModelOptions) Create a composed model from the provided list of existing models in the account.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
CustomFormModel> FormTrainingClient.beginCreateComposedModel
(List<String> modelIds, CreateComposedModelOptions createComposedModelOptions, com.azure.core.util.Context context) Create a composed model from the provided list of existing models in the account.