Table of Contents

Class CategoryScoreData

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

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

List<CategoryScoreEvidence>

UnweightedScore

An unweighted score from 0-100. This is the percentage match of this category.

public double UnweightedScore { get; set; }

Property Value

double