Group
Show / Hide Table of Contents

Class CompareSkillsToProfessionRequest

Request body for a 'CompareSkillsToProfession' request

Inheritance
System.Object
CompareSkillsToProfessionRequest
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.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class CompareSkillsToProfessionRequest

Properties

| Improve this Doc View Source

OutputLanguage

The language to use for the returned descriptions.

Declaration
public string OutputLanguage { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProfessionCodeId

The profession code ID from the Professions Taxonomy to compare the skill set to.

Declaration
public int ProfessionCodeId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Skills

The skills which should be compared against the given profession. The list can contain up to 50 skills.

Declaration
public List<SkillScore> Skills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SkillScore>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾