Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentNumberField

Package version

A DocumentField that has a number value.

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: "number"

Field kind: "number".

Optional spans

spans: DocumentSpan[]

Location of the field in the reading order concatenated content.

Optional value

value: T

The field's value, which has the type specified in the field's schema.

Generated using TypeDoc