Class ResumeV1ProfessionalExperience

The list of the candidate's professional experiences.

Hierarchy

  • ResumeV1ProfessionalExperience

Constructors

Properties

confidence: number = 0.0

Confidence score

contractType: null | string

The type of contract for the professional experience.

department: null | string

The specific department or division within the company.

description: null | string

The description of the professional experience as written in the document.

employer: null | string

The name of the company or organization.

endMonth: null | string

The month when the professional experience ended.

endYear: null | string

The year when the professional experience ended.

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.

role: null | string

The position or job title held by the candidate.

startMonth: null | string

The month when the professional experience began.

startYear: null | string

The year when the professional experience began.

Methods

  • Collection of fields as representable strings.

    Returns {
        contractType: string;
        department: string;
        description: string;
        employer: string;
        endMonth: string;
        endYear: string;
        role: string;
        startMonth: string;
        startYear: string;
    }

    • contractType: string
    • department: string
    • description: string
    • employer: string
    • endMonth: string
    • endYear: string
    • role: string
    • startMonth: string
    • startYear: string

Generated using TypeDoc