Group
Show / Hide Table of Contents

Class BasicParseOptions

Options for parsing

Inheritance
System.Object
BasicParseOptions
ParseOptions
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.API.Parsing
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class BasicParseOptions

Properties

| Improve this Doc View Source

Configuration

The configuration settings to use during parsing. See https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/configuration/#config.
NOTE: leaving this null/empty will use the default parsing settings which is recommended in most cases.

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

NormalizerData

If you want to use custom normalizations during parsing, set those here. This not a recommended feature for most customers. For more information, reach out to service@textkernel.com

Declaration
[Obsolete("You should use Professions Normalization and Skills Normalization instead.")]
public string NormalizerData { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProfessionsSettings

Enable normalization of job titles using our proprietary taxonomy and international standards.

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

SkillsData

If you want to use custom skills lists during parsing, set those here. This not a recommended feature for most customers. For more information, reach out to service@textkernel.com

Declaration
[Obsolete("You should use the V2 skills taxonomy instead.")]
public List<string> SkillsData { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

SkillsSettings

Enable skills normalization and enhanced candidate summarization, and specify the version of the skills taxonomy for this parsing transaction.

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