Group
Show / Hide Table of Contents

Class LookupSkillsRequest

Request body for a 'LookupSkills' request

Inheritance
System.Object
LookupSkillsRequest
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 LookupSkillsRequest

Properties

| Improve this Doc View Source

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.

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

SkillIds

The IDs of the skills to get details about. A maximum of 100 IDs can be requested.

Declaration
public List<string> SkillIds { 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
☀
☾