Class SkillsSettings
- Namespace
- Textkernel.Tx.Models.API.Parsing
- Assembly
- Textkernel.Tx.SDK.dll
public class SkillsSettings
- Inheritance
-
SkillsSettings
- Inherited Members
Properties
Normalize
When true:
- Raw skills will be normalized. These will be output under Normalized or Normalized.
- An enhanced candidate summary is generated, leveraging the taxonomy structure to relate skills with profession groups.
- When TaxonomyVersion is set to (or defaults to) "V2",
additional charges apply.
This setting has no effect when TaxonomyVersion is set to (or defaults to) "V1".
public bool Normalize { get; set; }
Property Value
TaxonomyVersion
Specifies the version of the skills taxonomy to use. One of:
"V1" - (DEPRECATED) This is the default for old accounts. Will be removed in a future release.
"V2" - This is the default for new accounts, and must be explicitly set if you have access to V1 and V2.
Benefits of V2 include:
- 2x larger skills taxonomy, updated frequently based on real-world data.
- 15-40% higher accuracy of extracted skills.
- Better clustering of skill synonyms.
- Distinguish skill types (IT / Professional / Soft).
- Improved candidate summary.
- Compatibility with the taxonomy used in Textkernel's
Data Enrichment APIs and
Jobfeed, enabling standardization of taxonomies across all of
your data and benchmarking against jobs posted online.
public string TaxonomyVersion { get; set; }