Class KeyPhraseExtractionSkillLanguage
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyPhraseExtractionSkillLanguage>
com.azure.search.documents.indexes.models.KeyPhraseExtractionSkillLanguage
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KeyPhraseExtractionSkillLanguage
extends com.azure.core.util.ExpandableStringEnum<KeyPhraseExtractionSkillLanguage>
The language codes supported for input text by KeyPhraseExtractionSkill.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyPhraseExtractionSkillLanguageDanish.static final KeyPhraseExtractionSkillLanguageGerman.static final KeyPhraseExtractionSkillLanguageEnglish.static final KeyPhraseExtractionSkillLanguageSpanish.static final KeyPhraseExtractionSkillLanguageFinnish.static final KeyPhraseExtractionSkillLanguageFrench.static final KeyPhraseExtractionSkillLanguageItalian.static final KeyPhraseExtractionSkillLanguageJapanese.static final KeyPhraseExtractionSkillLanguageKorean.static final KeyPhraseExtractionSkillLanguageDutch.static final KeyPhraseExtractionSkillLanguageNorwegian (Bokmaal).static final KeyPhraseExtractionSkillLanguagePolish.static final KeyPhraseExtractionSkillLanguagePortuguese (Brazil).static final KeyPhraseExtractionSkillLanguagePortuguese (Portugal).static final KeyPhraseExtractionSkillLanguageRussian.static final KeyPhraseExtractionSkillLanguageSwedish. -
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, getValue, hashCode, toString, values
-
Field Details
-
DA
Danish. -
NL
Dutch. -
EN
English. -
FI
Finnish. -
FR
French. -
DE
German. -
IT
Italian. -
JA
Japanese. -
KO
Korean. -
NO
Norwegian (Bokmaal). -
PL
Polish. -
PT_PT
Portuguese (Portugal). -
PT_BR
Portuguese (Brazil). -
RU
Russian. -
ES
Spanish. -
SV
Swedish.
-
-
Constructor Details
-
KeyPhraseExtractionSkillLanguage
Deprecated.Use thefromString(String)factory method.Creates a new instance of KeyPhraseExtractionSkillLanguage value.
-
-
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.
-
fromString(String)factory method.