Table of Contents

Class CompareSkillsToProfessionResponseValue

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response
Assembly
Textkernel.Tx.SDK.dll

The Value from a 'CompareSkillsToProfessions' response.

public class CompareSkillsToProfessionResponseValue
Inheritance
CompareSkillsToProfessionResponseValue
Inherited Members

Properties

CommonSkills

A list of common skills between skill set and profession.

public List<SkillScore> CommonSkills { get; set; }

Property Value

List<SkillScore>

InputSkillsNotInProfession

The list of given skill IDs that are not associated to the given profession.

public List<string> InputSkillsNotInProfession { get; set; }

Property Value

List<string>

MissingSkillsFoundInProfession

A list of skills associated with the profession but missing from list of provided skills.

public List<SkillScore> MissingSkillsFoundInProfession { get; set; }

Property Value

List<SkillScore>

SimilarityScore

A value from[0 - 1] indicating the similarity of the skill set and profession.

public float SimilarityScore { get; set; }

Property Value

float