Uses of Class
software.amazon.awssdk.services.translate.model.Profanity
-
Packages that use Profanity Package Description software.amazon.awssdk.services.translate.model -
-
Uses of Profanity in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return Profanity Modifier and Type Method Description static ProfanityProfanity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfanityTranslationSettings. profanity()You can enable the profanity setting if you want to mask profane words and phrases in your translation output.static ProfanityProfanity. valueOf(String name)Returns the enum constant of this type with the specified name.static Profanity[]Profanity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type Profanity Modifier and Type Method Description static Set<Profanity>Profanity. knownValues()Methods in software.amazon.awssdk.services.translate.model with parameters of type Profanity Modifier and Type Method Description TranslationSettings.BuilderTranslationSettings.Builder. profanity(Profanity profanity)You can enable the profanity setting if you want to mask profane words and phrases in your translation output.
-