Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormCountryField

Package version

A form field with a value representing a country in the world.

Hierarchy

Index

Properties

Optional confidence

confidence: undefined | number

The sevice's confidence (expressed as a number between zero and one) in the correctness of the field value.

Optional labelData

labelData: FieldData

Contains the recognized field label's text, bounding box, and field elements.

Optional name

name: undefined | string

A user-defined label for the field.

Optional value

value: undefined | string

The recognized country, represented by a three-letter country code string (ISO 3166-1 alpha-3).

Optional valueData

valueData: FieldData

Contains the recognized field value's text, bounding box, and field elements.

valueType

valueType: "country"

Generated using TypeDoc