Table of Contents

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

ResumeQualityLevel

FatalProblem

A fatal issue was found in the resume. Parse results may have severe inaccuracies

public static ResumeQualityLevel FatalProblem

Field Value

ResumeQualityLevel

MajorIssue

A major issue was found in the resume that will reduce the quality of parse results

public static ResumeQualityLevel MajorIssue

Field Value

ResumeQualityLevel

SuggestedImprovement

Only minor issues were found

public static ResumeQualityLevel SuggestedImprovement

Field Value

ResumeQualityLevel

Properties

Value

The string value for this level/severity

public string Value { get; protected set; }

Property Value

string

Operators

implicit operator ResumeQualityLevel(string)

Converts a string to a ResumeQualityLevel

public static implicit operator ResumeQualityLevel(string value)

Parameters

value string

the string value

Returns

ResumeQualityLevel