AWSComprehendToxicContentType

Objective-C

NS_ENUM(NSInteger, AWSComprehendToxicContentType) {
    AWSComprehendToxicContentTypeUnknown,
    AWSComprehendToxicContentTypeGraphic,
    AWSComprehendToxicContentTypeHarassmentOrAbuse,
    AWSComprehendToxicContentTypeHateSpeech,
    AWSComprehendToxicContentTypeInsult,
    AWSComprehendToxicContentTypeProfanity,
    AWSComprehendToxicContentTypeSexual,
    AWSComprehendToxicContentTypeViolenceOrThreat,
}

Swift

enum AWSComprehendToxicContentType : Int, @unchecked Sendable

Undocumented