Group
Show / Hide Table of Contents

Enum AutocompleteCandidatesField

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<AutocompleteCandidatesField>))]
public enum AutocompleteCandidatesField

Fields

Name Description
AllJobTitles

Generate completions from all job titles in the index

DegreeNames

Generate completions from degree names in the index

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

LanguageSkills

Generate completions from language skills in the index

LastJobTitle

Generate completions from last job titles in the index

Location

Generate completions from candidate locations (addresses) in the index

ProfessionalSkills

Generate completions from professional skills in the index

ProfessionGroup

Generate completions from profession groups in the index

RecentJobTitles

Generate completions from recent job titles in the index

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