Group
Show / Hide Table of Contents

Class NormalizedSkill

A skill from the skill taxonomy, and the confidence that this is the correct skill for the given input.

Inheritance
System.Object
Skill
SkillAndConfidence
NormalizedSkill
Inherited Members
SkillAndConfidence.Confidence
Skill.Description
Skill.Id
Skill.Type
Skill.IsoCode
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.DataEnrichment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class NormalizedSkill : SkillAndConfidence

Properties

| Improve this Doc View Source

RawText

The raw text that matched to a skill description in the provided language.

Declaration
public string RawText { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾