Information about the employee.

Hierarchy

  • PayslipV2Employee

Constructors

Properties

address: null | string

The address of the employee.

confidence: number = 0.0

Confidence score

dateOfBirth: null | string

The date of birth of the employee.

firstName: null | string

The first name of the employee.

lastName: null | string

The last name of the employee.

pageId: number

The document page on which the information was found.

phoneNumber: null | string

The phone number of the employee.

polygon: Polygon = []

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

registrationNumber: null | string

The registration number of the employee.

socialSecurityNumber: null | string

The social security number of the employee.

Methods

  • Collection of fields as representable strings.

    Returns {
        address: string;
        dateOfBirth: string;
        firstName: string;
        lastName: string;
        phoneNumber: string;
        registrationNumber: string;
        socialSecurityNumber: string;
    }

    • address: string
    • dateOfBirth: string
    • firstName: string
    • lastName: string
    • phoneNumber: string
    • registrationNumber: string
    • socialSecurityNumber: string

Generated using TypeDoc