Class: Copyleaks::CopyleaksTextModerationConstants

Inherits:
Object
  • Object
show all
Defined in:
lib/copyleaks/models/constants/CopyleaksTextModerationConstants.rb

Constant Summary collapse

ADULT_V1 =

Provides a collection of constants representing different text moderation categories supported by the Copyleaks Text Moderation API.

"adult-v1"
TOXIC_V1 =
"toxic-v1"
VIOLENT_V1 =
"violent-v1"
PROFANITY_V1 =
"profanity-v1"
SELF_HARM_V1 =
"self-harm-v1"
HARASSMENT_V1 =
"harassment-v1"
HATE_SPEECH_V1 =
"hate-speech-v1"
DRUGS_V1 =
"drugs-v1"
FIREARMS_V1 =
"firearms-v1"
CYBERSECURITY_V1 =
"cybersecurity-v1"