Class ProfessionExclusiveSkills
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response
- Assembly
- Textkernel.Tx.SDK.dll
An exclusive skill per profession.
public class ProfessionExclusiveSkills
- Inheritance
-
ProfessionExclusiveSkills
- Inherited Members
Properties
ProfessionCodeId
The code ID of the profession in the Professions Taxonomy.
public int ProfessionCodeId { get; set; }
Property Value
SkillsFoundOnlyInThisProfession
A list of skills that are relative to this profession, but not the other.
public List<SkillScore> SkillsFoundOnlyInThisProfession { get; set; }