Package com.azure.ai.translation.text
The following methods are supported by the Text Translation feature:
Languages. Returns a list of languages supported by Translate, Transliterate, and Dictionary Lookup operations.
Translate. Renders single source-language text to multiple target-language texts with a single request.
Transliterate. Converts characters or letters of a source language to the corresponding characters or letters of a target language.
Detect. Returns the source code language code and a boolean variable denoting whether the detected language is supported for text translation and transliteration.
Dictionary lookup. Returns equivalent words for the source term in the target language.
Dictionary example Returns grammatical structure and context examples for the source term and target term pair.
-
ClassDescriptionInitializes a new instance of the asynchronous TextTranslationClient type.Initializes a new instance of the synchronous TextTranslationClient type.A builder for creating a new instance of the TextTranslationClient type.Service version of TextTranslationClient.