AWSComprehendSentimentType

Objective-C

NS_ENUM(NSInteger, AWSComprehendSentimentType) {
    AWSComprehendSentimentTypeUnknown,
    AWSComprehendSentimentTypePositive,
    AWSComprehendSentimentTypeNegative,
    AWSComprehendSentimentTypeNeutral,
    AWSComprehendSentimentTypeMixed,
}

Swift

enum AWSComprehendSentimentType : Int, @unchecked Sendable

Undocumented