Class ResumeSubTaxonomy
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
A subtaxonomy to group similar skills
public class ResumeSubTaxonomy : FoundSubTaxonomy
- Inheritance
-
ResumeSubTaxonomy
- Inherited Members
Properties
Skills
The skills from this subtaxonomy that were found
public List<ResumeSkill> Skills { get; set; }