Class ResumeV1SocialNetworksUrl

The list of social network profiles of the candidate.

Hierarchy

  • ResumeV1SocialNetworksUrl

Constructors

Properties

confidence: number = 0.0

Confidence score

name: null | string

The name of the social network.

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.

url: null | string

The URL of the social network.

Methods

  • Collection of fields as representable strings.

    Returns {
        name: string;
        url: string;
    }

    • name: string
    • url: string

Generated using TypeDoc