Class CategoryScoreData
Details about the score for a specific category
public abstract class CategoryScoreData
- Inheritance
-
CategoryScoreData
- Derived
- Inherited Members
Properties
Evidence
Detailed written explanation about each data point found or not found.
public List<CategoryScoreEvidence> Evidence { get; set; }
Property Value
UnweightedScore
An unweighted score from 0-100. This is the percentage match of this category.
public double UnweightedScore { get; set; }