Class NormalizeSkillsRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Skills.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'NormalizeSkills' request
public class NormalizeSkillsRequest
- Inheritance
-
NormalizeSkillsRequest
- Inherited Members
Properties
Language
The language of the given skills. Must be one of the supported ISO codes.
public string Language { get; set; }
Property Value
OutputLanguage
The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported ISO codes.
public string OutputLanguage { get; set; }
Property Value
Skills
The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).
public List<string> Skills { get; set; }