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
AWSComprehendToxicContentTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeGraphicSwift
case graphic = 1 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeHarassmentOrAbuseSwift
case harassmentOrAbuse = 2 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeHateSpeechSwift
case hateSpeech = 3 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeInsultSwift
case insult = 4 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeProfanitySwift
case profanity = 5 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeSexualSwift
case sexual = 6 -
Undocumented
Declaration
Objective-C
AWSComprehendToxicContentTypeViolenceOrThreatSwift
case violenceOrThreat = 7
View on GitHub
Install in Dash
AWSComprehendToxicContentType Enumeration Reference