public class ExperienceSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
AttentionNeeded
Any abnormal findings about the candidate's career will be reported here.
|
int |
AverageMonthsPerEmployer
The average number of months a candidate has spent at each employer.
|
String |
CurrentManagementLevel
Computed level of management for the current position.
|
String |
Description
A paragraph of text that summarizes the candidate's experience.
|
String |
ExecutiveType
If
ManagementScore is at least 30 (mid-level+), then the job titles are examined to
determine the best category for the executive experience. |
int |
FulltimeDirectHirePredictiveIndex
A score (0-100), where 0 means a candidate is more likely to have had (and want/pursue) short-term/part-time/temp/contracting
jobs and 100 means a candidate is more likely to have had (and want/pursue) traditional full-time, direct-hire jobs.
|
int |
ManagementScore
The highest score calculated from any of the position titles.
|
String |
ManagementStory
A paragraph of text that summarizes the candidate's management experience (in English).
|
int |
MonthsOfManagementExperience
The number of months of management experience as indicated by the range of
start and end date values in the various jobs/positions in the resume that have been
determined to be management-level positions.
|
int |
MonthsOfWorkExperience
The number of months of work experience as indicated by the range of
start and end date values in the various jobs/positions in the resume.
|
| Constructor and Description |
|---|
ExperienceSummary() |
public String Description
ExperienceSummary. It will be the same language as the resume for Czech, Dutch,
English, French, German, Greek, Hungarian, Italian, Norwegian, Russian, Spanish, and Swedish. To always generate the
summary in English, set "OutputFormat.AllSummariesInEnglish = True;" in the configuration string when parsing.
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public int MonthsOfWorkExperience
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public int MonthsOfManagementExperience
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public String ExecutiveType
ManagementScore is at least 30 (mid-level+), then the job titles are examined to
determine the best category for the executive experience. One of:
public int AverageMonthsPerEmployer
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public int FulltimeDirectHirePredictiveIndex
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public String ManagementStory
public String CurrentManagementLevel
public int ManagementScore
public String AttentionNeeded
Copyright © 2023. All rights reserved.