AWSTranscribeSentimentValue

Objective-C

NS_ENUM(NSInteger, AWSTranscribeSentimentValue) {
    AWSTranscribeSentimentValueUnknown,
    AWSTranscribeSentimentValuePositive,
    AWSTranscribeSentimentValueNegative,
    AWSTranscribeSentimentValueNeutral,
    AWSTranscribeSentimentValueMixed,
}

Swift

enum AWSTranscribeSentimentValue : Int, @unchecked Sendable

Undocumented