public class ParsedResume extends ParsedDocument
| Modifier and Type | Field and Description |
|---|---|
List<String> |
Achievements
Any achievements listed on the resume
|
List<Association> |
Associations
Associations/organizations found on a resume
|
List<Certification> |
Certifications
Certifications found on a resume.
|
ContactInformation |
ContactInformation
The candidate's contact information found on the resume
|
String |
CoverLetter
The cover letter, if present.
|
EducationHistory |
Education
The candidate's education history found on the resume
|
EmploymentHistory |
EmploymentHistory
The candidate's employment/work history found on the resume
|
String |
Hobbies
Any hobbies listed on the resume
|
List<LanguageCompetency> |
LanguageCompetencies
Any language competencies (fluent in, can read, can write, etc) found in the resume.
|
List<LicenseDetails> |
Licenses
Licenses found on a resume.
|
List<MilitaryDetails> |
MilitaryExperience
Any military experience listed on the resume
|
String |
Objective
The candidate's written objective
|
String |
Patents
Any patents listed on the resume
|
PersonalAttributes |
PersonalAttributes
Personal information provided by the candidate on the resume
|
String |
ProfessionalSummary
The professional summary from the resume
|
String |
Publications
Any publications listed on the resume
|
String |
QualificationsSummary
A standalone 'skills' section, if listed on the resume
|
List<CandidateReference> |
References
References listed on a resume.
|
ResumeMetadata |
ResumeMetadata
Metadata about the parsed resume
|
List<SecurityCredential> |
SecurityCredentials
Any security credentials/clearances listed on the resume
|
ResumeV2Skills |
Skills
Skills output when
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2. |
List<ResumeTaxonomyRoot> |
SkillsData
Deprecated.
use
Skills instead for better results |
String |
SpeakingEngagements
Any speaking engagements/appearances listed on the resume
|
TrainingHistory |
Training
Any training listed on the resume
|
List<String> |
UserDefinedTags
A list of User-Defined Tags
that are assigned to this resume.
|
| Constructor and Description |
|---|
ParsedResume()
Deprecated.
You should never create one of these. Instead, these are output by the Sovren Resume Parser.
Sovren does not support manually-created resumes to be used in the AI Matching engine.
|
| Modifier and Type | Method and Description |
|---|---|
static ParsedResume |
fromFile(String path)
Load a parsed resume from a json file using UTF-8 encoding.
|
static ParsedResume |
fromJson(String utf8json)
Create a parsed resume from json.
|
toFile, toJson, toStringpublic ContactInformation ContactInformation
public String ProfessionalSummary
public String Objective
public String CoverLetter
public PersonalAttributes PersonalAttributes
public EducationHistory Education
public EmploymentHistory EmploymentHistory
@Deprecated public List<ResumeTaxonomyRoot> SkillsData
Skills instead for better resultsSkillsSettings.TaxonomyVersion is set to (or defaults to) V1.public ResumeV2Skills Skills
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2.public List<Certification> Certifications
public List<LicenseDetails> Licenses
PersonalAttributes.DrivingLicensepublic List<Association> Associations
public List<LanguageCompetency> LanguageCompetencies
public List<MilitaryDetails> MilitaryExperience
public List<SecurityCredential> SecurityCredentials
public List<CandidateReference> References
public TrainingHistory Training
public String QualificationsSummary
public String Hobbies
public String Patents
public String Publications
public String SpeakingEngagements
public ResumeMetadata ResumeMetadata
public List<String> UserDefinedTags
NOTE: you may add/remove these prior to indexing. This is the only property you may modify prior to indexing.
@Deprecated public ParsedResume()
public static ParsedResume fromFile(String path) throws IOException, com.google.gson.JsonParseException
path - The full path to the json fileParsedResumeIOException - When an error occurs reading the filecom.google.gson.JsonParseException - If you try to parse an invalid ParsedResume JSON stringpublic static ParsedResume fromJson(String utf8json) throws com.google.gson.JsonParseException
utf8json - The UTF-8 encoded json stringParsedResumecom.google.gson.JsonParseException - If you try to parse an invalid ParsedResume JSON stringCopyright © 2023. All rights reserved.