Class KeyPhraseExtractionSkillLanguage
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyPhraseExtractionSkillLanguage>
com.azure.search.documents.indexes.models.KeyPhraseExtractionSkillLanguage
public final class KeyPhraseExtractionSkillLanguage
extends com.azure.core.util.ExpandableStringEnum<KeyPhraseExtractionSkillLanguage>
Defines values for KeyPhraseExtractionSkillLanguage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyPhraseExtractionSkillLanguage
Static value da for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value de for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value en for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value es for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value fi for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value fr for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value it for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value ja for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value ko for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value nl for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value no for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value pl for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value pt-BR for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value pt-PT for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value ru for KeyPhraseExtractionSkillLanguage.static final KeyPhraseExtractionSkillLanguage
Static value sv for KeyPhraseExtractionSkillLanguage. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a KeyPhraseExtractionSkillLanguage from its string representation.values()
Gets known KeyPhraseExtractionSkillLanguage values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DA
Static value da for KeyPhraseExtractionSkillLanguage. -
NL
Static value nl for KeyPhraseExtractionSkillLanguage. -
EN
Static value en for KeyPhraseExtractionSkillLanguage. -
FI
Static value fi for KeyPhraseExtractionSkillLanguage. -
FR
Static value fr for KeyPhraseExtractionSkillLanguage. -
DE
Static value de for KeyPhraseExtractionSkillLanguage. -
IT
Static value it for KeyPhraseExtractionSkillLanguage. -
JA
Static value ja for KeyPhraseExtractionSkillLanguage. -
KO
Static value ko for KeyPhraseExtractionSkillLanguage. -
NO
Static value no for KeyPhraseExtractionSkillLanguage. -
PL
Static value pl for KeyPhraseExtractionSkillLanguage. -
PT_PT
Static value pt-PT for KeyPhraseExtractionSkillLanguage. -
PT_BR
Static value pt-BR for KeyPhraseExtractionSkillLanguage. -
RU
Static value ru for KeyPhraseExtractionSkillLanguage. -
ES
Static value es for KeyPhraseExtractionSkillLanguage. -
SV
Static value sv for KeyPhraseExtractionSkillLanguage.
-
-
Constructor Details
-
KeyPhraseExtractionSkillLanguage
public KeyPhraseExtractionSkillLanguage()
-
-
Method Details
-
fromString
Creates or finds a KeyPhraseExtractionSkillLanguage from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding KeyPhraseExtractionSkillLanguage.
-
values
Gets known KeyPhraseExtractionSkillLanguage values.- Returns:
- known KeyPhraseExtractionSkillLanguage values.
-