Table of Contents

Class ProfessionsSettings

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

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

public class ProfessionsSettings
Inheritance
ProfessionsSettings
Inherited Members

Properties

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

public bool Normalize { get; set; }

Property Value

bool

Version

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

public ProfessionNormalizationVersions Version { get; set; }

Property Value

ProfessionNormalizationVersions