The list of the candidate's educational background.

Hierarchy

  • ResumeV1Education

Constructors

Properties

confidence: number = 0.0

Confidence score

degreeDomain: null | string

The area of study or specialization.

degreeType: null | string

The type of degree obtained, such as Bachelor's, Master's, or Doctorate.

endMonth: null | string

The month when the education program or course was completed.

endYear: null | string

The year when the education program or course was completed.

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.

school: null | string

The name of the school.

startMonth: null | string

The month when the education program or course began.

startYear: null | string

The year when the education program or course began.

Methods

  • Collection of fields as representable strings.

    Returns {
        degreeDomain: string;
        degreeType: string;
        endMonth: string;
        endYear: string;
        school: string;
        startMonth: string;
        startYear: string;
    }

    • degreeDomain: string
    • degreeType: string
    • endMonth: string
    • endYear: string
    • school: string
    • startMonth: string
    • startYear: string

Generated using TypeDoc