Class CustomFormModelField
java.lang.Object
com.azure.ai.formrecognizer.training.models.CustomFormModelField
The CustomFormModelField model.
-
Constructor Summary
ConstructorDescriptionCustomFormModelField
(String label, String name, Float accuracy) Constructs a CustomFormModelField object. -
Method Summary
-
Constructor Details
-
CustomFormModelField
Constructs a CustomFormModelField object.- Parameters:
label
- Training field label.name
- Training field name.accuracy
- Estimated extraction accuracy for this field.
-
-
Method Details
-
getLabel
Get the recognized field label value.- Returns:
- the fieldName value.
-
getName
Get the recognized field name value.- Returns:
- the fieldName value.
-
getAccuracy
Get the estimated extraction accuracy for this field.- Returns:
- the accuracy value.
-