Table of Contents

Class SkillsScoreData

Namespace
Textkernel.Tx.Models.API.Matching.Response
Assembly
Textkernel.Tx.SDK.dll

Details about the score for a specific category

public class SkillsScoreData : CategoryScoreData
Inheritance
SkillsScoreData
Inherited Members

Properties

Found

List of skills found in both source and target documents

public List<FoundSkill> Found { get; set; }

Property Value

List<FoundSkill>

NotFound

List of terms requested, but not found.

public List<string> NotFound { get; set; }

Property Value

List<string>