Table of Contents

Class ParseResumeResponseValue

Namespace
Textkernel.Tx.Models.API.Parsing
Assembly
Textkernel.Tx.SDK.dll

The Value from a Parse response

public class ParseResumeResponseValue : BaseParseResponseValue
Inheritance
ParseResumeResponseValue
Inherited Members

Properties

EducationNormalizationResponse

Information about the status of education normalization during the parse

public ApiResponseInfoLite EducationNormalizationResponse { get; set; }

Property Value

ApiResponseInfoLite

FlexResponse

Information about the FlexRequests transaction, if any were provided.

public FlexResponse FlexResponse { get; set; }

Property Value

FlexResponse

RedactedResumeData

Similar to ResumeData, but with all of the Personally Identifiable Information (PII) redacted. For example, this property will contain no ContactInformation.

public ParsedResume RedactedResumeData { get; set; }

Property Value

ParsedResume

ResumeData

The main output from the Resume Parser

public ParsedResume ResumeData { get; set; }

Property Value

ParsedResume