Class ResumeV2Skills
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
Skills output when TaxonomyVersion is set to (or defaults to) "V2".
public class ResumeV2Skills
- Inheritance
-
ResumeV2Skills
- Inherited Members
Properties
Normalized
Normalized skills output when TaxonomyVersion is set to (or defaults to) "V2" and Normalize is set to true.
public List<ResumeNormalizedSkill> Normalized { get; set; }
Property Value
Raw
Array of skills exactly as found in the plain text of the document.
public List<ResumeRawSkill> Raw { get; set; }
Property Value
RelatedProfessionClasses
Professions most related to the document. Only output if TaxonomyVersion is set to (or defaults to) "V2" and Normalize is set to true.
public List<ProfessionClass> RelatedProfessionClasses { get; set; }