Package version:

Enumeration KnownDocumentFieldType

Known values of DocumentFieldType that the service accepts.

Enumeration Members

Address: "address"

Parsed address.

Array: "array"

List of subfields of the same type.

Boolean: "boolean"

Boolean value, normalized to true or false.

CountryRegion: "countryRegion"

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

Currency: "currency"

Currency amount with optional currency symbol and unit.

Date: "date"

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

Integer: "integer"

Integer number, normalized to 64-bit signed integer.

Number: "number"

Floating point number, normalized to double precision floating point.

Object: "object"

Named list of subfields of potentially different types.

PhoneNumber: "phoneNumber"

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

SelectionMark: "selectionMark"

Is field selected?

Signature: "signature"

Is signature present?

String: "string"

Plain text.

Time: "time"

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

Generated using TypeDoc