Group
Show / Hide Table of Contents

Class SkillAndConfidence

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

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

Properties

| Improve this Doc View Source

Confidence

Overall confidence that the skill was normalized to the correct skill.

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