ResumeV1Document
extends Prediction
in package
Resume API version 1.1 document data.
Table of Contents
Properties
- $address : StringField
- $certificates : ResumeV1Certificates
- $documentLanguage : StringField
- $documentType : ClassificationField
- $education : ResumeV1Educations
- $emailAddress : StringField
- $givenNames : array<string|int, StringField>
- $hardSkills : array<string|int, StringField>
- $jobApplied : StringField
- $languages : ResumeV1Languages
- $nationality : StringField
- $phoneNumber : StringField
- $profession : StringField
- $professionalExperiences : ResumeV1ProfessionalExperiences
- $socialNetworksUrls : ResumeV1SocialNetworksUrls
- $softSkills : array<string|int, StringField>
- $surnames : array<string|int, StringField>
Methods
- __construct() : mixed
- __toString() : string
Properties
$address
public
StringField
$address
The location information of the candidate, including city, state, and country.
$certificates
public
ResumeV1Certificates
$certificates
The list of certificates obtained by the candidate.
$documentLanguage
public
StringField
$documentLanguage
The ISO 639 code of the language in which the document is written.
$documentType
public
ClassificationField
$documentType
The type of the document sent.
$education
public
ResumeV1Educations
$education
The list of the candidate's educational background.
$emailAddress
public
StringField
$emailAddress
The email address of the candidate.
$givenNames
public
array<string|int, StringField>
$givenNames
The candidate's first or given names.
$hardSkills
public
array<string|int, StringField>
$hardSkills
The list of the candidate's technical abilities and knowledge.
$jobApplied
public
StringField
$jobApplied
The position that the candidate is applying for.
$languages
public
ResumeV1Languages
$languages
The list of languages that the candidate is proficient in.
$nationality
public
StringField
$nationality
The ISO 3166 code for the country of citizenship of the candidate.
$phoneNumber
public
StringField
$phoneNumber
The phone number of the candidate.
$profession
public
StringField
$profession
The candidate's current profession.
$professionalExperiences
public
ResumeV1ProfessionalExperiences
$professionalExperiences
The list of the candidate's professional experiences.
$socialNetworksUrls
public
ResumeV1SocialNetworksUrls
$socialNetworksUrls
The list of social network profiles of the candidate.
$softSkills
public
array<string|int, StringField>
$softSkills
The list of the candidate's interpersonal and communication abilities.
$surnames
public
array<string|int, StringField>
$surnames
The candidate's last names.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
Tags
__toString()
public
__toString() : string
Return values
string —String representation.