Uses of Class
com.azure.ai.translation.text.models.DictionaryExampleTextItem
Package
Description
Package containing the classes for TextTranslation.
-
Uses of DictionaryExampleTextItem in com.azure.ai.translation.text
Modifier and TypeMethodDescriptionTextTranslationAsyncClient.lookupDictionaryExamples
(String sourceLanguage, String targetLanguage, List<DictionaryExampleTextItem> body) Lookup Dictionary Examples.TextTranslationClient.lookupDictionaryExamples
(String sourceLanguage, String targetLanguage, List<DictionaryExampleTextItem> body) Lookup Dictionary Examples.