The sevice's confidence (expressed as a number between zero and one) in the correctness of the field value.
Contains the recognized field label's text, bounding box, and field elements.
A user-defined label for the field.
If valueType
is undefined, then the type of the value is unknown.
Contains the recognized field value's text, bounding box, and field elements.
The type of this form value value - undefined.
There is no reason this should ordinarily occur, but is provided as a way
to hint to the type system that if valueType
is not known, then the type
of value is unknown
.
Generated using TypeDoc
A catch-all form field variation with an unknown value type.
This interface is provided for type safety and should only be encountered when the
valueType
of a FormField is undefined, and there is no ordinary reason that should be the case.