Table of Contents

Class ResumeQualityFinding

Namespace
Textkernel.Tx.Models.Resume.Metadata
Assembly
Textkernel.Tx.SDK.dll

A single resume quality issue

public class ResumeQualityFinding
Inheritance
ResumeQualityFinding
Inherited Members

Properties

Message

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

public string Message { get; set; }

Property Value

string

QualityCode

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

public string QualityCode { get; set; }

Property Value

string

SectionIdentifiers

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

public List<SectionIdentifier> SectionIdentifiers { get; set; }

Property Value

List<SectionIdentifier>