NumberValue interface

Recognized numeric field value.

Properties

elements

List of references to OCR words comprising the recognized field value.

text

OCR text content of the recognized field.

value

Numeric value of the recognized field.

valueType

Polymorphic Discriminator

Property Details

elements

List of references to OCR words comprising the recognized field value.

elements?: ElementReference[]

Property Value

text

OCR text content of the recognized field.

text?: string

Property Value

string

value

Numeric value of the recognized field.

value?: number

Property Value

number

valueType

Polymorphic Discriminator

valueType: "numberValue"

Property Value

"numberValue"