Table of Contents

Class CategoryScoreEvidence

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

Contains information about why the score is a certain value

public class CategoryScoreEvidence
Inheritance
CategoryScoreEvidence
Inherited Members

Properties

Fact

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

public string Fact { get; set; }

Property Value

string

Type

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

public string Type { get; set; }

Property Value

string