KnownDocumentFieldType enum

Known values of DocumentFieldType that the service accepts.

Fields

Address

Parsed address.

Array

List of subfields of the same type.

Boolean

Boolean value, normalized to true or false.

CountryRegion

Country/region, normalized to ISO 3166-1 alpha-3 format (ex. USA).

Currency

Currency amount with optional currency symbol and unit.

Date

Date, normalized to ISO 8601 (YYYY-MM-DD) format.

Integer

Integer number, normalized to 64-bit signed integer.

Number

Floating point number, normalized to double precision floating point.

Object

Named list of subfields of potentially different types.

PhoneNumber

Phone number, normalized to E.164 (+{CountryCode}{SubscriberNumber}) format.

SelectionMark

Is field selected?

Signature

Is signature present?

String

Plain text.

Time

Time, normalized to ISO 8601 (hh:mm:ss) format.