Group
Show / Hide Table of Contents

Class CategoryScoreEvidence

Contains information about why the score is a certain value

Inheritance
System.Object
CategoryScoreEvidence
Inherited Members
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 CategoryScoreEvidence

Properties

| Improve this Doc View Source

Fact

Information regarding the outcome of one or more of the data points in the query.

Declaration
public string Fact { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

The sentiment of the Fact. This also indicates if this evidence led to a higher or lower score. One of:
Negative
Positive
Mixed

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾