CustomFormModelField Class   
	- java.lang. Object 
- com.azure. ai. formrecognizer. training. models. CustomFormModelField 
 
- com.
public final class CustomFormModelField
The CustomFormModelField model.
Constructor Summary
| Constructor | Description | 
|---|---|
| CustomFormModelField(String label, String name, Float accuracy) | Constructs a Custom | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Float | getAccuracy() Get the estimated extraction accuracy for this field. | 
| String | getLabel() Get the recognized field label value. | 
| String | getName() Get the recognized field name value. | 
Methods inherited from java.lang.Object
Constructor Details
CustomFormModelField
public CustomFormModelField(String label, String name, Float accuracy)
Constructs a CustomFormModelField object.
Parameters:
Method Details
getAccuracy
public Float getAccuracy()
Get the estimated extraction accuracy for this field.
Returns:
getLabel
public String getLabel()
Get the recognized field label value.
Returns:
getName
public String getName()
Get the recognized field name value.
Returns: