Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentSelectionMarkField

Package version

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

Hierarchy

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the field.

Optional confidence

confidence: undefined | number

Confidence of correctly extracting the field.

Optional content

content: undefined | string

The verbatim extracted text content of the field.

kind

kind: "selectionMark"

Optional spans

spans: DocumentSpan[]

Location of the field in the reading order concatenated content.

Optional value

value: undefined | 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