Uses of Enum
com.azure.ai.translation.text.models.ProfanityMarker
Package
Description
Package containing the data models for TextTranslation.
-
Uses of ProfanityMarker in com.azure.ai.translation.text.models
Modifier and TypeMethodDescriptionstatic ProfanityMarker
ProfanityMarker.fromString
(String value) Parses a serialized value to a ProfanityMarker instance.TranslateOptions.getProfanityMarker()
static ProfanityMarker
Returns the enum constant of this type with the specified name.static ProfanityMarker[]
ProfanityMarker.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTranslateOptions.setProfanityMarker
(ProfanityMarker profanityMarker)