Group
Show / Hide Table of Contents

Class SkillMatch

A matched skill that was found in the text provided.

Inheritance
System.Object
SkillMatch
Inherited Members
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 SkillMatch

Properties

| Improve this Doc View Source

BeginSpan

The index of the first character of the match (0-based)

Declaration
public int BeginSpan { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

EndSpan

The index of the last character of the match (0-based).

Declaration
public int EndSpan { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Likelihood

Likelihood that the matched term actually refers to a skill in the context of the text.

Declaration
public float Likelihood { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

RawText

The actual term that was found as evidence of this skill (the substring from BeginSpan to EndSpan).

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
☀
☾