ProfanityOption Enum
Definition
Define profanity option for response result. Added in version 1.5.0.
public enum ProfanityOption
- Inheritance
-
java.lang.Objectjava.lang.Enum<ProfanityOption>ProfanityOption
Fields
| Masked | Replaces profanity with asterisks. |
| Raw | Includes the profanity in the result. |
| Removed | Removes all profanity from the result. |