Uses of Class
com.azure.ai.translation.text.models.ProfanityMarker
Package
Description
Package containing the classes for TextTranslation.
Package containing the data models for TextTranslation.
-
Uses of ProfanityMarker in com.azure.ai.translation.text
Modifier and TypeMethodDescriptionTextTranslationAsyncClient.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, 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. -
Uses of ProfanityMarker in com.azure.ai.translation.text.models
Modifier and TypeFieldDescriptionstatic final ProfanityMarker
ProfanityMarker.ASTERISK
Static value Asterisk for ProfanityMarker.static final ProfanityMarker
ProfanityMarker.TAG
Static value Tag for ProfanityMarker.Modifier and TypeMethodDescriptionstatic ProfanityMarker
ProfanityMarker.fromString
(String name) Creates or finds a ProfanityMarker from its string representation.Modifier and TypeMethodDescriptionstatic Collection<ProfanityMarker>
ProfanityMarker.values()
Gets known ProfanityMarker values.