Class ResumeV1Certificate

The list of certificates obtained by the candidate.

Hierarchy

  • ResumeV1Certificate

Constructors

Properties

confidence: number = 0.0

Confidence score

grade: null | string

The grade obtained for the certificate.

name: null | string

The name of certification.

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.

provider: null | string

The organization or institution that issued the certificate.

year: null | string

The year when a certificate was issued or received.

Methods

  • Collection of fields as representable strings.

    Returns {
        grade: string;
        name: string;
        provider: string;
        year: string;
    }

    • grade: string
    • name: string
    • provider: string
    • year: string

Generated using TypeDoc