ProfanityOption Enum

Definition

Removes profanity (swearing), or replaces letters of profane words with stars. Added in 1.5.0

public enum ProfanityOption
type ProfanityOption = 
Public Enum ProfanityOption
Inheritance
ProfanityOption

Fields

Masked 0

Replaces letters in profane words with star characters.

Raw 2

Does nothing to profane words.

Removed 1

Removes profane words.

Applies to