Group
Show / Hide Table of Contents

Class ExtractedSkill

An extracted, normalized skill from the Skills taxonomy

Inheritance
System.Object
Skill
SkillAndConfidence
ExtractedSkill
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 ExtractedSkill : SkillAndConfidence

Properties

| Improve this Doc View Source

Matches

A list of matches where this skill was found in the text.

Declaration
public List<SkillMatch> Matches { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SkillMatch>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾