Class CustomEntityLookupSkillLanguage
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomEntityLookupSkillLanguage>
com.azure.search.documents.indexes.models.CustomEntityLookupSkillLanguage
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CustomEntityLookupSkillLanguage
extends com.azure.core.util.ExpandableStringEnum<CustomEntityLookupSkillLanguage>
The language codes supported for input text by CustomEntityLookupSkill.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomEntityLookupSkillLanguageDanish.static final CustomEntityLookupSkillLanguageGerman.static final CustomEntityLookupSkillLanguageEnglish.static final CustomEntityLookupSkillLanguageSpanish.static final CustomEntityLookupSkillLanguageFinnish.static final CustomEntityLookupSkillLanguageFrench.static final CustomEntityLookupSkillLanguageItalian.static final CustomEntityLookupSkillLanguageKorean.static final CustomEntityLookupSkillLanguagePortuguese. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a CustomEntityLookupSkillLanguage from its string representation.values()Gets known CustomEntityLookupSkillLanguage values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DA
Danish. -
DE
German. -
EN
English. -
ES
Spanish. -
FI
Finnish. -
FR
French. -
IT
Italian. -
KO
Korean. -
PT
Portuguese.
-
-
Constructor Details
-
CustomEntityLookupSkillLanguage
Deprecated.Use thefromString(String)factory method.Creates a new instance of CustomEntityLookupSkillLanguage value.
-
-
Method Details
-
fromString
Creates or finds a CustomEntityLookupSkillLanguage from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CustomEntityLookupSkillLanguage.
-
values
Gets known CustomEntityLookupSkillLanguage values.- Returns:
- known CustomEntityLookupSkillLanguage values.
-
fromString(String)factory method.