Table of Contents

Class SimpleCategoryScoreData

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

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

List<string>

NotFound

List of terms requested but not found

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

Property Value

List<string>