KeyPhraseExtractionSkillLanguage Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. KeyPhraseExtractionSkillLanguage
- com.
- com.
public final class KeyPhraseExtractionSkillLanguage
extends ExpandableStringEnum<KeyPhraseExtractionSkillLanguage>
The language codes supported for input text by KeyPhraseExtractionSkill.
Field Summary
Constructor Summary
| Constructor | Description |
|---|---|
| KeyPhraseExtractionSkillLanguage() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Key |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Key |
fromString(String name)
Creates or finds a Key |
|
static
Collection<Key |
values()
Gets known Key |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DA
public static final KeyPhraseExtractionSkillLanguage DA
Danish.
DE
public static final KeyPhraseExtractionSkillLanguage DE
German.
EN
public static final KeyPhraseExtractionSkillLanguage EN
English.
ES
public static final KeyPhraseExtractionSkillLanguage ES
Spanish.
FI
public static final KeyPhraseExtractionSkillLanguage FI
Finnish.
FR
public static final KeyPhraseExtractionSkillLanguage FR
French.
IT
public static final KeyPhraseExtractionSkillLanguage IT
Italian.
JA
public static final KeyPhraseExtractionSkillLanguage JA
Japanese.
KO
public static final KeyPhraseExtractionSkillLanguage KO
Korean.
NL
public static final KeyPhraseExtractionSkillLanguage NL
Dutch.
NO
public static final KeyPhraseExtractionSkillLanguage NO
Norwegian (Bokmaal).
PL
public static final KeyPhraseExtractionSkillLanguage PL
Polish.
PT_BR
public static final KeyPhraseExtractionSkillLanguage PT_BR
Portuguese (Brazil).
PT_PT
public static final KeyPhraseExtractionSkillLanguage PT_PT
Portuguese (Portugal).
RU
public static final KeyPhraseExtractionSkillLanguage RU
Russian.
SV
public static final KeyPhraseExtractionSkillLanguage SV
Swedish.
Constructor Details
KeyPhraseExtractionSkillLanguage
@Deprecated
public KeyPhraseExtractionSkillLanguage()
Deprecated
Creates a new instance of KeyPhraseExtractionSkillLanguage value.
Method Details
fromString
public static KeyPhraseExtractionSkillLanguage fromString(String name)
Creates or finds a KeyPhraseExtractionSkillLanguage from its string representation.
Parameters:
Returns:
values
public static Collection<KeyPhraseExtractionSkillLanguage> values()
Gets known KeyPhraseExtractionSkillLanguage values.
Returns: