Group
Show / Hide Table of Contents

Class ResumeQualityFinding

A single resume quality issue

Inheritance
System.Object
ResumeQualityFinding
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 ResumeQualityFinding

Properties

| Improve this Doc View Source

Message

A human-readable message explaining the issue that is being reported and possibly how to fix.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QualityCode

A unique 3-digit code to identify what type of issue was found. See all possibilities at our docs site here.

Declaration
public string QualityCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SectionIdentifiers

If applicable, areas in the resume where this issue was found or that are affected by this issue.

Declaration
public List<SectionIdentifier> SectionIdentifiers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SectionIdentifier>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾