Package version:

Interface DocumentCountryRegionField

A DocumentField that has a value indicating a country or region, represented as a string.

Hierarchy

Properties

boundingRegions?: BoundingRegion[]

Bounding regions covering the field.

confidence?: number

Confidence of correctly extracting the field.

content?: string

The verbatim extracted text content of the field.

kind: "countryRegion"

Field kind: "countryRegion".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: string

The 3-letter country/region code (ISO 3166-1 alpha-3) of the extracted country or region.

Generated using TypeDoc