Uses of Class
com.azure.search.documents.indexes.models.TextTranslationSkill
Packages that use TextTranslationSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of TextTranslationSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return TextTranslationSkillModifier and TypeMethodDescriptionTextTranslationSkill.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).TextTranslationSkill.setDefaultFromLanguageCode
(TextTranslationSkillLanguage defaultFromLanguageCode) Set the defaultFromLanguageCode property: The language code to translate documents from for documents that don't specify the from language explicitly.TextTranslationSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.Set the name property: The name of the skill which uniquely identifies it within the skillset.TextTranslationSkill.setSuggestedFrom
(TextTranslationSkillLanguage suggestedFrom) Set the suggestedFrom property: The language code to translate documents from when neither the fromLanguageCode input nor the defaultFromLanguageCode parameter are provided, and the automatic language detection is unsuccessful.