Uses of Class
com.azure.ai.formrecognizer.models.CreateComposedModelOptions
Package
Description
Package containing classes for FormRecognizerClient.
Package containing form recognizer training clients for Azure Form Recognizer.
-
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.