Class Resume (2.0.0)

Resume(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents a resume.

Attributes

NameDescription
structured_resume str
Users can create a profile with only this field field, if resume_type is HRXML. For example, the API parses this field and creates a profile with all structured fields populated. EmploymentRecord, EducationRecord, and so on. An error is thrown if this field cannot be parsed. Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.
resume_type .profile.Resume.ResumeType
The format of structured_resume.

Classes

ResumeType

ResumeType(value)

The format of a structured resume.