Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ValueInteger

The integer field value.

Properties

boundingPolygon

boundingPolygon: BoundingPolygon

confidence

confidence: number

The confidence score between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional text

text: undefined | string

The detected text of a field.

value

value: number

The integer value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const valueType

valueType: string = "INTEGER"

wordIndexes

wordIndexes: Array<number>

The indexes of the words in the field value.

Methods

getDeserializedJsonObj

getJsonObj