Class SuggestSkillsFromProfessionsRequest
Request body for a 'SuggestSkills' request
Inheritance
System.Object
SuggestSkillsFromProfessionsRequest
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 SuggestSkillsFromProfessionsRequest
Properties
| Improve this Doc View SourceLimit
The maximum amount of suggested skills returned. The default is 10.
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OutputLanguage
The language to use for the returned descriptions.
Declaration
public string OutputLanguage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfessionCodeIds
The profession code IDs from the Professions Taxonomy for which the service should return related skills. The list can contain up to 10 profession codes.
Declaration
public List<int> ProfessionCodeIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Types
If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certification, All. Only applicable in v2 endpoints.
Declaration
public List<string> Types { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |