Table of Contents

Class SuggestedProfession

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

A profession that was most relevant to the given skill.

public class SuggestedProfession
Inheritance
SuggestedProfession
Inherited Members

Properties

CodeId

The code ID of the profession in the Professions Taxonomy.

public int CodeId { get; set; }

Property Value

int

Description

The description of the profession in the Professions Taxonomy.

public string Description { get; set; }

Property Value

string

MissingSkills

The list of skills relevant to this profession but missing from the given list of skills in the request. This will only be returned if the ReturnMissingSkills flag is set to true.

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

Property Value

List<SkillScore>

Score

A value from [0 - 1] indicating how relative the given skills are to this profession.

public float Score { get; set; }

Property Value

float