Group
Show / Hide Table of Contents

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 Source

CommonSkills

A list of common skills for both professions.

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

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>
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾