AWSComprehendToxicContentType
Objective-C
NS_ENUM(NSInteger, AWSComprehendToxicContentType) {
AWSComprehendToxicContentTypeUnknown,
AWSComprehendToxicContentTypeGraphic,
AWSComprehendToxicContentTypeHarassmentOrAbuse,
AWSComprehendToxicContentTypeHateSpeech,
AWSComprehendToxicContentTypeInsult,
AWSComprehendToxicContentTypeProfanity,
AWSComprehendToxicContentTypeSexual,
AWSComprehendToxicContentTypeViolenceOrThreat,
}
Swift
enum AWSComprehendToxicContentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeGraphic
Swift
case graphic = 1
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeHarassmentOrAbuse
Swift
case harassmentOrAbuse = 2
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeHateSpeech
Swift
case hateSpeech = 3
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeInsult
Swift
case insult = 4
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeProfanity
Swift
case profanity = 5
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeSexual
Swift
case sexual = 6
-
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeViolenceOrThreat
Swift
case violenceOrThreat = 7