Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormSelectionMarkField

Package version

A form field with a value representing the state of a selection mark.

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

The state of the recognized selection mark, represented as a string, with one of the following values:

  • "selected" - "unselected"
see

KnownSelectionMarkState

Optional valueData

valueData: FieldData

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

valueType

valueType: "selectionMark"

Generated using TypeDoc