Package version:

Interface DocumentIntegerField

A DocumentField that has an integer value.

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

Field kind: "integer".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: number

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

Generated using TypeDoc