Group
Show / Hide Table of Contents

Enum AutocompleteJobsField

Which field should be used to generate completions for an autocomplete request

Namespace: Textkernel.Tx.Models.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
[JsonConverter(typeof(EnumMemberConverter<AutocompleteJobsField>))]
public enum AutocompleteJobsField

Fields

Name Description
EducationLevel

Generate completions from normalized international education levels in the index

FullText

Generate completions from multiple dictionaries

ITSkills

Generate completions from IT skills in the index

JobTitle

Generate completions from all job titles in the index

LanguageSkills

Generate completions from language skills in the index

Location

Generate completions from vacancy locations (addresses) in the index

ProfessionGroup

Generate completions from profession groups in the index

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾