Class UsMailV2SenderAddress

The address of the sender.

Hierarchy

  • UsMailV2SenderAddress

Constructors

Properties

city: null | string

The city of the sender's address.

complete: null | string

The complete address of the sender.

confidence: number = 0.0

Confidence score

pageId: number

The document page on which the information was found.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

postalCode: null | string

The postal code of the sender's address.

state: null | string

Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.

street: null | string

The street of the sender's address.

Methods

  • Collection of fields as representable strings.

    Returns {
        city: string;
        complete: string;
        postalCode: string;
        state: string;
        street: string;
    }

    • city: string
    • complete: string
    • postalCode: string
    • state: string
    • street: string

Generated using TypeDoc