Profanity detection and filtering results.

interface ChatsProfanity {
    detected?: boolean;
    filtered?: boolean;
}

Properties

Properties

detected?: boolean

Indicates if profanity has been detected.

filtered?: boolean

Indicates if profanity has been successfully filtered.