Uses of Class
com.azure.ai.translation.text.models.GetSupportedLanguagesResult
Package
Description
Package containing the classes for TextTranslation.
-
Uses of GetSupportedLanguagesResult in com.azure.ai.translation.text
Modifier and TypeMethodDescriptionTextTranslationClient.getSupportedLanguages()
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.Modifier and TypeMethodDescriptionTextTranslationAsyncClient.getSupportedLanguages()
Gets the set of languages currently supported by other operations of the Translator.TextTranslationAsyncClient.getSupportedLanguages
(List<LanguageScope> scopes, String acceptLanguage, String ifNoneMatch) Gets the set of languages currently supported by other operations of the Translator.