Uses of Class
com.azure.ai.translation.text.models.LanguageScope
Package
Description
Package containing the classes for TextTranslation.
Package containing the data models for TextTranslation.
-
Uses of LanguageScope in com.azure.ai.translation.text
Modifier and TypeMethodDescriptionTextTranslationAsyncClient.getSupportedLanguages
(List<LanguageScope> scopes, String acceptLanguage, String ifNoneMatch) Gets the set of languages currently supported by other operations of the Translator.TextTranslationClient.getSupportedLanguages
(List<LanguageScope> scopes, String acceptLanguage, String ifNoneMatch) Gets the set of languages currently supported by other operations of the Translator. -
Uses of LanguageScope in com.azure.ai.translation.text.models
Modifier and TypeFieldDescriptionstatic final LanguageScope
LanguageScope.DICTIONARY
Static value Dictionary for LanguageScope.static final LanguageScope
LanguageScope.TRANSLATION
Static value Translation for LanguageScope.static final LanguageScope
LanguageScope.TRANSLITERATION
Static value Transliteration for LanguageScope.Modifier and TypeMethodDescriptionstatic LanguageScope
LanguageScope.fromString
(String name) Creates or finds a LanguageScope from its string representation.Modifier and TypeMethodDescriptionstatic Collection<LanguageScope>
LanguageScope.values()
Gets known LanguageScope values.