Class NormalizedSkill
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
A skill from the skill taxonomy, and the confidence that this is the correct skill for the given input.
public class NormalizedSkill : SkillAndConfidence
- Inheritance
-
NormalizedSkill
- Inherited Members
Properties
RawText
The raw text that matched to a skill description in the provided language.
public string RawText { get; set; }