Uses of Class
com.azure.ai.formrecognizer.training.models.CustomFormModelField
Packages that use CustomFormModelField
Package
Description
Package containing model classes for FormTrainingClient.
-
Uses of CustomFormModelField in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return types with arguments of type CustomFormModelFieldModifier and TypeMethodDescriptionCustomFormSubmodel.getFields()A map of the fields recognized from the input document.Constructor parameters in com.azure.ai.formrecognizer.training.models with type arguments of type CustomFormModelFieldModifierConstructorDescriptionCustomFormSubmodel(Float accuracy, Map<String, CustomFormModelField> fields, String formType) Constructs a CustomFormSubmodel object.