Class ResumeTaxonomyRoot
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
A container for skills taxonomies found in a resume
public class ResumeTaxonomyRoot
- Inheritance
-
ResumeTaxonomyRoot
- Inherited Members
Properties
Root
The name of the skills list that these taxonomies belong to
public string Root { get; set; }
Property Value
Taxonomies
The skills taxonomies found in a resume
public List<ResumeTaxonomy> Taxonomies { get; set; }