Class NormalizeProfessionsRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Professions.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'NormalizeProfessions' request
public class NormalizeProfessionsRequest
- Inheritance
-
NormalizeProfessionsRequest
- Inherited Members
Properties
JobTitles
The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).
public List<string> JobTitles { get; set; }
Property Value
Language
The language of the input job titles. Must be one of the supported ISO codes.
public string Language { get; set; }
Property Value
OutputLanguage
The language to use for descriptions of the returned normalized professions. Must be one of the supported ISO codes.
public string OutputLanguage { get; set; }