Table of Contents

Class EnrichedScoreData

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

Contains metadata/evidence about scores for a specific match/score result

public class EnrichedScoreData
Inheritance
EnrichedScoreData
Inherited Members

Properties

Certifications

Detailed match information for the Certifications category.

public SimpleCategoryScoreData Certifications { get; set; }

Property Value

SimpleCategoryScoreData

Education

Detailed match information for the Education category.

public EducationScoreData Education { get; set; }

Property Value

EducationScoreData

ExecutiveType

Detailed match information for the ExecutiveType category.

public SimpleCategoryScoreData ExecutiveType { get; set; }

Property Value

SimpleCategoryScoreData

JobTitles

Detailed match information for the JobTitles category.

public JobTitlesScoreData JobTitles { get; set; }

Property Value

JobTitlesScoreData

Languages

Detailed match information for the Languages category.

public SimpleCategoryScoreData Languages { get; set; }

Property Value

SimpleCategoryScoreData

ManagementLevel

Detailed match information for the ManagementLevel category.

public ManagementLevelScoreData ManagementLevel { get; set; }

Property Value

ManagementLevelScoreData

Skills

Detailed match information for the Skills category.

public SkillsScoreData Skills { get; set; }

Property Value

SkillsScoreData

Taxonomies

Detailed match information for the Taxonomies category.

public TaxonomiesScoreData Taxonomies { get; set; }

Property Value

TaxonomiesScoreData