Class CompareProfessionsResponseValue
The Value from a 'CompareProfessions' response.
Inheritance
System.Object
CompareProfessionsResponseValue
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 CompareProfessionsResponseValue
Properties
| Improve this Doc View SourceCommonSkills
A list of common skills for both professions.
Declaration
public List<SkillScore> CommonSkills { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SkillScore> |
ExclusiveSkillsByProfession
A list of exclusive skills per profession. This list will have at most 2 entries (one for each profession you provided).
Declaration
public List<ProfessionExclusiveSkills> ExclusiveSkillsByProfession { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProfessionExclusiveSkills> |
SimilarityScore
A value from [0 - 1] indicating the similarity between the two professions.
Declaration
public float SimilarityScore { get; set; }
Property Value
Type | Description |
---|---|
System.Single |