CustomEntityLookupSkillLanguage Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. CustomEntityLookupSkillLanguage
- com.
- com.
public final class CustomEntityLookupSkillLanguage
extends ExpandableStringEnum<CustomEntityLookupSkillLanguage>
The language codes supported for input text by CustomEntityLookupSkill.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Custom |
DA
Danish. |
|
static final
Custom |
DE
German. |
|
static final
Custom |
EN
English. |
|
static final
Custom |
ES
Spanish. |
|
static final
Custom |
FI
Finnish. |
|
static final
Custom |
FR
French. |
|
static final
Custom |
IT
Italian. |
|
static final
Custom |
KO
Korean. |
|
static final
Custom |
PT
Portuguese. |
Constructor Summary
| Constructor | Description |
|---|---|
| CustomEntityLookupSkillLanguage() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromString(String name)
Creates or finds a Custom |
|
static
Collection<Custom |
values()
Gets known Custom |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DA
public static final CustomEntityLookupSkillLanguage DA
Danish.
DE
public static final CustomEntityLookupSkillLanguage DE
German.
EN
public static final CustomEntityLookupSkillLanguage EN
English.
ES
public static final CustomEntityLookupSkillLanguage ES
Spanish.
FI
public static final CustomEntityLookupSkillLanguage FI
Finnish.
FR
public static final CustomEntityLookupSkillLanguage FR
French.
IT
public static final CustomEntityLookupSkillLanguage IT
Italian.
KO
public static final CustomEntityLookupSkillLanguage KO
Korean.
PT
public static final CustomEntityLookupSkillLanguage PT
Portuguese.
Constructor Details
CustomEntityLookupSkillLanguage
@Deprecated
public CustomEntityLookupSkillLanguage()
Deprecated
Creates a new instance of CustomEntityLookupSkillLanguage value.
Method Details
fromString
public static CustomEntityLookupSkillLanguage fromString(String name)
Creates or finds a CustomEntityLookupSkillLanguage from its string representation.
Parameters:
Returns:
values
public static Collection<CustomEntityLookupSkillLanguage> values()
Gets known CustomEntityLookupSkillLanguage values.
Returns: