Uses of Class
com.azure.ai.formrecognizer.training.models.CustomFormSubmodel
Packages that use CustomFormSubmodel
Package
Description
Package containing model classes for FormTrainingClient.
-
Uses of CustomFormSubmodel in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return types with arguments of type CustomFormSubmodelModifier and TypeMethodDescriptionCustomFormModel.getSubmodels()Get the list of sub model that are part of this model, each of which can recognize and extract fields from a different type of form.Constructor parameters in com.azure.ai.formrecognizer.training.models with type arguments of type CustomFormSubmodelModifierConstructorDescriptionCustomFormModel(String modelId, CustomFormModelStatus modelStatus, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn, List<CustomFormSubmodel> submodels, List<FormRecognizerError> modelError, List<TrainingDocumentInfo> trainingDocuments) Constructs a CustomFormModel object.