Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentCountryRegionField

Package version

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

Hierarchy

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the field.

Optional confidence

confidence: undefined | number

Confidence of correctly extracting the field.

Optional content

content: undefined | string

The verbatim extracted text content of the field.

kind

kind: "countryRegion"

Optional spans

spans: DocumentSpan[]

Location of the field in the reading order concatenated content.

Optional value

value: undefined | string

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

Generated using TypeDoc