Group
Show / Hide Table of Contents

Class SuggestProfessionsRequest

Request body for a 'SuggestProfessions' request

Inheritance
System.Object
SuggestProfessionsRequest
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 SuggestProfessionsRequest

Properties

| Improve this Doc View Source

Limit

The maximum amount of professions returned. If not specified this parameter defaults to 10.

Declaration
public int Limit { get; set; }
Property Value
Type Description
System.Int32
| 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

ReturnMissingSkills

Flag to enable returning a list of missing skills per suggested profession.

Declaration
public bool ReturnMissingSkills { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Skills

The skill IDs (and optionally, scores) used to return the most relevant professions. The list can contain up to 50 skill IDs.

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
☀
☾