Uses of Class
com.azure.ai.translation.text.models.TranslatedTextItem
Package
Description
Package containing the classes for TextTranslation.
-
Uses of TranslatedTextItem in com.azure.ai.translation.text
Modifier and TypeMethodDescriptionTextTranslationAsyncClient.translate
(List<String> to, List<InputTextItem> content) Translate Text.TextTranslationAsyncClient.translate
(List<String> to, List<InputTextItem> content, String clientTraceId, String from, TextType textType, String category, ProfanityAction profanityAction, ProfanityMarker profanityMarker, Boolean includeAlignment, Boolean includeSentenceLength, String suggestedFrom, String fromScript, String toScript, Boolean allowFallback) Translate Text.TextTranslationClient.translate
(List<String> to, List<InputTextItem> content) Translate Text.TextTranslationClient.translate
(List<String> to, List<InputTextItem> content, String clientTraceId, String from, TextType textType, String category, ProfanityAction profanityAction, ProfanityMarker profanityMarker, Boolean includeAlignment, Boolean includeSentenceLength, String suggestedFrom, String fromScript, String toScript, Boolean allowFallback) Translate Text.