Package version:

Interface DocumentPhoneNumberField

A DocumentField that has a phone number value, 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: "phoneNumber"

Field kind: "phoneNumber".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: string

The field's value, which is a string containing the phone number.

The phone number value is normalized to a standard format. If the value could not be normalized, this value may be undefined, and the content property will contain the verbatim text of the DocumentField as it appeared in the input.

Generated using TypeDoc