Group
Show / Hide Table of Contents

Class NormalizeSkillsRequest

Request body for a 'NormalizeSkills' request

Inheritance
System.Object
NormalizeSkillsRequest
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.Skills.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class NormalizeSkillsRequest

Properties

| Improve this Doc View Source

Language

The language of the given skills. Must be one of the supported ISO codes.

Declaration
public string Language { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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.

Declaration
public string OutputLanguage { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Skills

The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).

Declaration
public List<string> Skills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾