Package version:

Interface DocumentSelectionMarkField

A DocumentField that is has a value indicating a selection mark state (such as a checkbox or radio button), represented as a string.

Hierarchy

Properties

boundingRegions?: BoundingRegion[]

Bounding regions covering the field.

confidence?: number

Confidence of correctly extracting the field.

content?: string

The verbatim extracted text content of the field.

kind: "selectionMark"

Field kind: "selectionMark".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: string

The state of the selection mark. One of:

  • "selected"
  • "unselected"

This value may be undefined, and other variants may be introduced in the future.

Generated using TypeDoc