Table of Contents

Class JobV2Skills

Namespace
Textkernel.Tx.Models.Job.Skills
Assembly
Textkernel.Tx.SDK.dll

Skills output when TaxonomyVersion is set to (or defaults to) "V2".

public class JobV2Skills
Inheritance
JobV2Skills
Inherited Members

Properties

Normalized

Normalized skills output when TaxonomyVersion is set to (or defaults to) "V2" and Normalize is set to true.

public List<JobNormalizedSkill> Normalized { get; set; }

Property Value

List<JobNormalizedSkill>

Raw

Array of skills exactly as found in the plain text of the document.

public List<JobRawSkill> Raw { get; set; }

Property Value

List<JobRawSkill>

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; }

Property Value

List<ProfessionClass>