Uses of Class
com.azure.search.documents.indexes.models.LanguageDetectionSkill
Packages that use LanguageDetectionSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of LanguageDetectionSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return LanguageDetectionSkillModifier and TypeMethodDescriptionstatic LanguageDetectionSkillLanguageDetectionSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LanguageDetectionSkill from the JsonReader.LanguageDetectionSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).LanguageDetectionSkill.setDefaultCountryHint(String defaultCountryHint) Set the defaultCountryHint property: A country code to use as a hint to the language detection model if it cannot disambiguate the language.LanguageDetectionSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.LanguageDetectionSkill.setModelVersion(String modelVersion) Set the modelVersion property: The version of the model to use when calling the Text Analytics service.Set the name property: The name of the skill which uniquely identifies it within the skillset.