Class CompareSkillsToProfessionRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'CompareSkillsToProfession' request
public class CompareSkillsToProfessionRequest
- Inheritance
-
CompareSkillsToProfessionRequest
- Inherited Members
Properties
OutputLanguage
The language to use for the returned descriptions.
public string OutputLanguage { get; set; }
Property Value
ProfessionCodeId
The profession code ID from the Professions Taxonomy to compare the skill set to.
public int ProfessionCodeId { get; set; }
Property Value
Skills
The skills which should be compared against the given profession. The list can contain up to 50 skills.
public List<SkillScore> Skills { get; set; }