Class LookupSkillsRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Skills.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'LookupSkills' request
public class LookupSkillsRequest
- Inheritance
-
LookupSkillsRequest
- Inherited Members
Properties
OutputLanguage
The language to use for the output skill descriptions. If not provided, defaults to en. If specified, must be one of the supported ISO codes.
public string OutputLanguage { get; set; }
Property Value
SkillIds
The IDs of the skills to get details about. A maximum of 100 IDs can be requested.
public List<string> SkillIds { get; set; }