Class SimpleCategoryScoreData
Details about the score for a specific category
public class SimpleCategoryScoreData : CategoryScoreData
- Inheritance
-
SimpleCategoryScoreData
- Inherited Members
Properties
Found
List of terms found in both source and target documents
public List<string> Found { get; set; }
Property Value
NotFound
List of terms requested but not found
public List<string> NotFound { get; set; }