Share via


CurrencyResolution interface

Represents the currency entity resolution model.

Extends

Properties

iso4217

The alphabetic code based on another ISO standard, ISO 3166, which lists the codes for country names. The first two letters of the ISO 4217 three-letter code are the same as the code for the country name, and, where possible, the third letter corresponds to the first letter of the currency name.

resolutionKind

Polymorphic discriminator, which specifies the different types this object can be

unit

The unit of the amount captured in the extracted entity

Inherited Properties

value

The numeric value that the extracted text denotes.

Property Details

iso4217

The alphabetic code based on another ISO standard, ISO 3166, which lists the codes for country names. The first two letters of the ISO 4217 three-letter code are the same as the code for the country name, and, where possible, the third letter corresponds to the first letter of the currency name.

iso4217?: string

Property Value

string

resolutionKind

Polymorphic discriminator, which specifies the different types this object can be

resolutionKind: "Currency"

Property Value

"Currency"

unit

The unit of the amount captured in the extracted entity

unit: string

Property Value

string

Inherited Property Details

value

The numeric value that the extracted text denotes.

value: number

Property Value

number

Inherited From QuantityResolution.value