Share via


CustomFormModelField Class

Definition

Represents a field that a model will extract from forms it analyzes. A form field includes a name unique to the submodel, a field label representing the label of the field on the form, and, if a model was trained with training-time labels, an estimated accuracy for recognition of the field.

public class CustomFormModelField
type CustomFormModelField = class
Public Class CustomFormModelField
Inheritance
CustomFormModelField

Properties

Accuracy

The estimated recognition accuracy for this field.

Label

The label of this field on the form.

Name

Canonical name; uniquely identifies a field within the form.

Applies to