Uses of Class
com.azure.search.documents.indexes.models.CustomEntityLookupSkillLanguage
Packages that use CustomEntityLookupSkillLanguage
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CustomEntityLookupSkillLanguage in com.azure.search.documents.indexes.models
Subclasses with type arguments of type CustomEntityLookupSkillLanguage in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe language codes supported for input text by CustomEntityLookupSkill.Fields in com.azure.search.documents.indexes.models declared as CustomEntityLookupSkillLanguageModifier and TypeFieldDescriptionstatic final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.DADanish.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.DEGerman.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.ENEnglish.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.ESSpanish.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.FIFinnish.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.FRFrench.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.ITItalian.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.KOKorean.static final CustomEntityLookupSkillLanguageCustomEntityLookupSkillLanguage.PTPortuguese.Methods in com.azure.search.documents.indexes.models that return CustomEntityLookupSkillLanguageModifier and TypeMethodDescriptionCustomEntityLookupSkillLanguage.fromString(String name) Creates or finds a CustomEntityLookupSkillLanguage from its string representation.CustomEntityLookupSkill.getDefaultLanguageCode()Get the defaultLanguageCode property: A value indicating which language code to use.Methods in com.azure.search.documents.indexes.models that return types with arguments of type CustomEntityLookupSkillLanguageModifier and TypeMethodDescriptionCustomEntityLookupSkillLanguage.values()Gets known CustomEntityLookupSkillLanguage values.Methods in com.azure.search.documents.indexes.models with parameters of type CustomEntityLookupSkillLanguageModifier and TypeMethodDescriptionCustomEntityLookupSkill.setDefaultLanguageCode(CustomEntityLookupSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.