Class CustomFormModelField

java.lang.Object
com.azure.ai.formrecognizer.training.models.CustomFormModelField

public final class CustomFormModelField extends Object
The CustomFormModelField model.
  • Constructor Details

    • CustomFormModelField

      public CustomFormModelField(String label, String name, Float accuracy)
      Constructs a CustomFormModelField object.
      Parameters:
      label - Training field label.
      name - Training field name.
      accuracy - Estimated extraction accuracy for this field.
  • Method Details

    • getLabel

      public String getLabel()
      Get the recognized field label value.
      Returns:
      the fieldName value.
    • getName

      public String getName()
      Get the recognized field name value.
      Returns:
      the fieldName value.
    • getAccuracy

      public Float getAccuracy()
      Get the estimated extraction accuracy for this field.
      Returns:
      the accuracy value.