Group
Show / Hide Table of Contents

Class SkillsScoreData

Details about the score for a specific category

Inheritance
System.Object
CategoryScoreData
SkillsScoreData
Inherited Members
CategoryScoreData.UnweightedScore
CategoryScoreData.Evidence
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.API.Matching.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SkillsScoreData : CategoryScoreData

Properties

| Improve this Doc View Source

Found

List of skills found in both source and target documents

Declaration
public List<FoundSkill> Found { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FoundSkill>
| Improve this Doc View Source

NotFound

List of terms requested, but not found.

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