Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormArrayField

Package version

A form field with an array of FormFields as a value.

Hierarchy

Index

Properties

Optional confidence

confidence: undefined | number

The sevice's confidence (expressed as a number between zero and one) in the correctness of the field value.

Optional labelData

labelData: FieldData

Contains the recognized field label's text, bounding box, and field elements.

Optional name

name: undefined | string

A user-defined label for the field.

Optional value

value: FormField[]

The recognized array of nested fields. Each value in this array is its own FormField.

Optional valueData

valueData: FieldData

Contains the recognized field value's text, bounding box, and field elements.

valueType

valueType: "array"

Generated using TypeDoc