Group
Show / Hide Table of Contents

Class CompareSkillsToProfessionResponseValue

The Value from a 'CompareSkillsToProfessions' response.

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

Properties

| Improve this Doc View Source

CommonSkills

A list of common skills between skill set and profession.

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

InputSkillsNotInProfession

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

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

MissingSkillsFoundInProfession

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

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

SimilarityScore

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

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