Documentation

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

$softSkills

public array<string|int, StringField> $softSkills

The list of the candidate's interpersonal and communication abilities.

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
throws
MindeeUnsetException

Throws if a field doesn't appear in the response.

__toString()

public __toString() : string
Return values
string

String representation.


        
On this page

Search results