Table of Contents

Class EducationScoreData

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

Details about the score for a specific category

public class EducationScoreData : CategoryScoreData
Inheritance
EducationScoreData
Inherited Members

Properties

ActualEducation

Actual level of education found.

public string ActualEducation { get; set; }

Property Value

string

Comparison

How the ActualEducation compares to the ExpectedEducation. One of:
DoesNotMeetExpected
MeetsExpected
ExceedsExpected

public string Comparison { get; set; }

Property Value

string

ExpectedEducation

Requested level of education.

public string ExpectedEducation { get; set; }

Property Value

string