Class ResumeQualityLevel
- Namespace
- Textkernel.Tx.Models.Resume.Metadata
- Assembly
- Textkernel.Tx.SDK.dll
The level/severity of a ResumeQualityAssessment
public class ResumeQualityLevel
- Inheritance
-
ResumeQualityLevel
- Inherited Members
Fields
DataMissing
Some data was missing that should be included in a resume
public static ResumeQualityLevel DataMissing
Field Value
FatalProblem
A fatal issue was found in the resume. Parse results may have severe inaccuracies
public static ResumeQualityLevel FatalProblem
Field Value
MajorIssue
A major issue was found in the resume that will reduce the quality of parse results
public static ResumeQualityLevel MajorIssue
Field Value
SuggestedImprovement
Only minor issues were found
public static ResumeQualityLevel SuggestedImprovement
Field Value
Properties
Value
The string value for this level/severity
public string Value { get; protected set; }
Property Value
Operators
implicit operator ResumeQualityLevel(string)
Converts a string to a ResumeQualityLevel
public static implicit operator ResumeQualityLevel(string value)
Parameters
value
stringthe string value