Package version:

Interface CurrencyResolution

Represents the currency entity resolution model.

Hierarchy

Properties

iso4217?: string

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

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

unit: string

The unit of the amount captured in the extracted entity

value: number

The numeric value that the extracted text denotes.

Generated using TypeDoc