AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
ToxicContentType
Toxic
Content
Type
sealed
class
ToxicContentType
Inheritors
Graphic
HarassmentOrAbuse
HateSpeech
Insult
Profanity
Sexual
ViolenceOrThreat
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Graphic
Link copied to clipboard
object
Graphic
:
ToxicContentType
Harassment
Or
Abuse
Link copied to clipboard
object
HarassmentOrAbuse
:
ToxicContentType
Hate
Speech
Link copied to clipboard
object
HateSpeech
:
ToxicContentType
Insult
Link copied to clipboard
object
Insult
:
ToxicContentType
Profanity
Link copied to clipboard
object
Profanity
:
ToxicContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ToxicContentType
Sexual
Link copied to clipboard
object
Sexual
:
ToxicContentType
Violence
Or
Threat
Link copied to clipboard
object
ViolenceOrThreat
:
ToxicContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String