Group
Show / Hide Table of Contents

Class AutocompleteRequest

Request body for a 'Autocomplete' request

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

Properties

| Improve this Doc View Source

Languages

The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported ISO codes.

Declaration
public List<string> Languages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Limit

The maximum number of returned professions. The default is 10 and the maximum is 100.

Declaration
public int Limit { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

OutputLanguage

The language to ouput the found professions in (default is 'en'). 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

Prefix

The job title prefix to be completed. Must contain at least 1 character.

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