Class SkillsScoreData
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
NotFound
List of terms requested, but not found.
public List<string> NotFound { get; set; }