Class CompareProfessionsResponseValue
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a 'CompareProfessions' response.
public class CompareProfessionsResponseValue
- Inheritance
-
CompareProfessionsResponseValue
- Inherited Members
Properties
CommonSkills
A list of common skills for both professions.
public List<SkillScore> CommonSkills { get; set; }
Property Value
ExclusiveSkillsByProfession
A list of exclusive skills per profession. This list will have at most 2 entries (one for each profession you provided).
public List<ProfessionExclusiveSkills> ExclusiveSkillsByProfession { get; set; }
Property Value
SimilarityScore
A value from [0 - 1] indicating the similarity between the two professions.
public float SimilarityScore { get; set; }