Group
Show / Hide Table of Contents

Class SuggestedProfession

A profession that was most relevant to the given skill.

Inheritance
System.Object
SuggestedProfession
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.DataEnrichment.Ontology.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SuggestedProfession

Properties

| Improve this Doc View Source

CodeId

The code ID of the profession in the Professions Taxonomy.

Declaration
public int CodeId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Description

The description of the profession in the Professions Taxonomy.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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.

Declaration
public List<SkillScore> MissingSkills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SkillScore>
| Improve this Doc View Source

Score

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

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