` Generic document field

Hierarchy

  • PartiallyConstructible
    • Field

Constructors

  • Parameters

    • Optional source: DeepPartial<Field>

    Returns Field

Properties

polygonInRoot?: Point[]

Coordinates of the field in the root document coordinate system. Android only.

type: Field.Type

The type of the field.

validationStatus: null | ValidationStatus

Field validation status. Applicable only to fields that support some kind of validation.

value: null | OcrResult

Value of the field. Applicable only to text fields.