public class ResumeQualityLevel extends Object
ResumeQualityAssessment| Modifier and Type | Field and Description |
|---|---|
static ResumeQualityLevel |
DataMissing
Some data was missing that should be included in a resume
|
static ResumeQualityLevel |
FatalProblem
A fatal issue was found in the resume.
|
static ResumeQualityLevel |
MajorIssue
A major issue was found in the resume that will reduce the quality of parse results
|
static ResumeQualityLevel |
SuggestedImprovement
Only minor issues were found
|
String |
Value
The string value for this level/severity
|
public static ResumeQualityLevel SuggestedImprovement
public static ResumeQualityLevel DataMissing
public static ResumeQualityLevel MajorIssue
public static ResumeQualityLevel FatalProblem
public String Value
Copyright © 2023. All rights reserved.