Group
Show / Hide Table of Contents

Class SimpleCategoryScoreData

Details about the score for a specific category

Inheritance
System.Object
CategoryScoreData
SimpleCategoryScoreData
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 SimpleCategoryScoreData : CategoryScoreData

Properties

| Improve this Doc View Source

Found

List of terms found in both source and target documents

Declaration
public List<string> Found { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| 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
☀
☾