Group
Show / Hide Table of Contents

Class SkillsAutoCompleteRequest

Request body for a 'Autocomplete' request

Inheritance
System.Object
AutocompleteRequest
SkillsAutoCompleteRequest
Inherited Members
AutocompleteRequest.Prefix
AutocompleteRequest.Limit
AutocompleteRequest.Languages
AutocompleteRequest.OutputLanguage
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 SkillsAutoCompleteRequest : AutocompleteRequest

Properties

| Improve this Doc View Source

Types

If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certification (only when using v2 endpoints), All.

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