Group
Show / Hide Table of Contents

Class ResumeQualityAssessment

A list of ResumeQualityFinding of the same level/severity

Inheritance
System.Object
ResumeQualityAssessment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume.Metadata
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ResumeQualityAssessment

Properties

| Improve this Doc View Source

Findings

A list of findings of the same severity/level

Declaration
public List<ResumeQualityFinding> Findings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ResumeQualityFinding>
| Improve this Doc View Source

Level

The level/severity of this assessment. One of:
FatalProblem
MajorIssue
DataMissing
SuggestedImprovement

Declaration
public string Level { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾