Group
Show / Hide Table of Contents

Class ParseResumeResponseValue

The Value from a Parse response

Inheritance
System.Object
GeocodeAndIndexResponseValue
BaseParseResponseValue
ParseResumeResponseValue
Inherited Members
BaseParseResponseValue.ConversionMetadata
BaseParseResponseValue.Conversions
BaseParseResponseValue.ParsingMetadata
BaseParseResponseValue.ParsingResponse
BaseParseResponseValue.ProfessionNormalizationResponse
GeocodeAndIndexResponseValue.GeocodeResponse
GeocodeAndIndexResponseValue.IndexingResponse
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.API.Parsing
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ParseResumeResponseValue : BaseParseResponseValue

Properties

| Improve this Doc View Source

EducationNormalizationResponse

Information about the status of education normalization during the parse

Declaration
public ApiResponseInfoLite EducationNormalizationResponse { get; set; }
Property Value
Type Description
ApiResponseInfoLite
| Improve this Doc View Source

FlexResponse

Information about the FlexRequests transaction, if any were provided.

Declaration
public FlexResponse FlexResponse { get; set; }
Property Value
Type Description
FlexResponse
| Improve this Doc View Source

RedactedResumeData

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

Declaration
public ParsedResume RedactedResumeData { get; set; }
Property Value
Type Description
ParsedResume
| Improve this Doc View Source

ResumeData

The main output from the Resume Parser

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