Group
Show / Hide Table of Contents

Class EnrichedScoreData

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

Inheritance
System.Object
EnrichedScoreData
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 class EnrichedScoreData

Properties

| Improve this Doc View Source

Certifications

Detailed match information for the Certifications category.

Declaration
public SimpleCategoryScoreData Certifications { get; set; }
Property Value
Type Description
SimpleCategoryScoreData
| Improve this Doc View Source

Education

Detailed match information for the Education category.

Declaration
public EducationScoreData Education { get; set; }
Property Value
Type Description
EducationScoreData
| Improve this Doc View Source

ExecutiveType

Detailed match information for the ExecutiveType category.

Declaration
public SimpleCategoryScoreData ExecutiveType { get; set; }
Property Value
Type Description
SimpleCategoryScoreData
| Improve this Doc View Source

JobTitles

Detailed match information for the JobTitles category.

Declaration
public JobTitlesScoreData JobTitles { get; set; }
Property Value
Type Description
JobTitlesScoreData
| Improve this Doc View Source

Languages

Detailed match information for the Languages category.

Declaration
public SimpleCategoryScoreData Languages { get; set; }
Property Value
Type Description
SimpleCategoryScoreData
| Improve this Doc View Source

ManagementLevel

Detailed match information for the ManagementLevel category.

Declaration
public ManagementLevelScoreData ManagementLevel { get; set; }
Property Value
Type Description
ManagementLevelScoreData
| Improve this Doc View Source

Skills

Detailed match information for the Skills category.

Declaration
public SkillsScoreData Skills { get; set; }
Property Value
Type Description
SkillsScoreData
| Improve this Doc View Source

Taxonomies

Detailed match information for the Taxonomies category.

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