Class CategoryScoreEvidence
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
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; }