Group
Show / Hide Table of Contents

Class CategoryScoreData

Details about the score for a specific category

Inheritance
System.Object
CategoryScoreData
EducationScoreData
JobTitlesScoreData
ManagementLevelScoreData
SimpleCategoryScoreData
SkillsScoreData
TaxonomiesScoreData
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 abstract class CategoryScoreData

Properties

| Improve this Doc View Source

Evidence

Detailed written explanation about each data point found or not found.

Declaration
public List<CategoryScoreEvidence> Evidence { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CategoryScoreEvidence>
| Improve this Doc View Source

UnweightedScore

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

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