DocumentCurrencyField interface

A DocumentField that describes an amount of a certain currency.

Extends

Properties

kind

Field kind: "currency".

value

The properties of the extracted currency.

Inherited Properties

boundingRegions

Bounding regions covering the field.

confidence

Confidence of correctly extracting the field.

content

The verbatim extracted text content of the field.

spans

Location of the field in the reading order concatenated content.

Property Details

kind

Field kind: "currency".

kind: "currency"

Property Value

"currency"

value

The properties of the extracted currency.

value?: CurrencyValue

Property Value

Inherited Property Details

boundingRegions

Bounding regions covering the field.

boundingRegions?: BoundingRegion[]

Property Value

Inherited From DocumentFieldCommon.boundingRegions

confidence

Confidence of correctly extracting the field.

confidence?: number

Property Value

number

Inherited From DocumentFieldCommon.confidence

content

The verbatim extracted text content of the field.

content?: string

Property Value

string

Inherited From DocumentFieldCommon.content

spans

Location of the field in the reading order concatenated content.

spans?: DocumentSpan[]

Property Value

Inherited From DocumentFieldCommon.spans