Uses of Class
com.azure.ai.translation.text.models.DictionaryLookupItem
Package
Description
Package containing the classes for TextTranslation.
-
Uses of DictionaryLookupItem in com.azure.ai.translation.text
Modifier and TypeMethodDescriptionTextTranslationClient.lookupDictionaryEntries
(String sourceLanguage, String targetLanguage, String text) Lookup Dictionary Entries.Modifier and TypeMethodDescriptionTextTranslationAsyncClient.lookupDictionaryEntries
(String sourceLanguage, String targetLanguage, String text) Lookup Dictionary Entries.TextTranslationAsyncClient.lookupDictionaryEntries
(String sourceLanguage, String targetLanguage, List<String> texts) Lookup Dictionary Entries.TextTranslationClient.lookupDictionaryEntries
(String sourceLanguage, String targetLanguage, List<String> texts) Lookup Dictionary Entries.