Group
Show / Hide Table of Contents

Class ProfessionsSettings

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

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

Properties

| Improve this Doc View Source

Normalize

When true, the most recent 3 job titles will be normalized. This includes a proprietary value from our profession taxonomy, plus ONET and ISCO mappings. Read more about the benefits of using a professions taxonomy.

When enabling professions normalization, additional charges apply.

The following languages are supported: English, Chinese (Simplified), Dutch, French, German, Italian, Polish, Portuguese, and Spanish. For documents in other languages, no normalized values will be returned.

For AI Matching, normalized professions are automatically indexed and used if enabled. To also leverage profession normalization for user-created searches, enable NormalizeJobTitles.

The profession taxonomy and the mappings are compatible with the taxonomies used in Textkernel's Data Enrichment APIs and Jobfeed, enabling standardization of taxonomies across all of your data and benchmarking against jobs posted online.

NOTE: if you set this to true, you should try/catch for TxUsableResumeException or TxUsableJobException that are thrown when parsing was successful but an error occured during profession normalization

Declaration
public bool Normalize { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Version

Specifies the versions to use when normalizing professions if more than one is available for a taxonomy.

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