Class NormalizedSkill
- Namespace
- Textkernel.Tx.Models.Skills
- Assembly
- Textkernel.Tx.SDK.dll
Normalized skill concept representing one or more raw skills that were extracted.
public abstract class NormalizedSkill
- Inheritance
-
NormalizedSkill
- Derived
- Inherited Members
Properties
Id
Id of this skill in the skills taxonomy.
public string Id { get; set; }
Property Value
Name
Name of the normalized skill.
public string Name { get; set; }
Property Value
RawSkills
Array of raw skills that were extracted that normalized to this skill.
public List<string> RawSkills { get; set; }
Property Value
Type
Type of skill. Possible values are Professional, IT, or Soft.
public string Type { get; set; }