Class ExtractedSkill
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
An extracted, normalized skill from the Skills taxonomy
public class ExtractedSkill : SkillAndConfidence
- Inheritance
-
ExtractedSkill
- Inherited Members
Properties
Matches
A list of matches where this skill was found in the text.
public List<SkillMatch> Matches { get; set; }