AWSTranscribeSentimentValue
Objective-C
NS_ENUM(NSInteger, AWSTranscribeSentimentValue) {
AWSTranscribeSentimentValueUnknown,
AWSTranscribeSentimentValuePositive,
AWSTranscribeSentimentValueNegative,
AWSTranscribeSentimentValueNeutral,
AWSTranscribeSentimentValueMixed,
}
Swift
enum AWSTranscribeSentimentValue : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeSentimentValueUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTranscribeSentimentValuePositive
Swift
case positive = 1
-
Undocumented
Declaration
Objective-C
AWSTranscribeSentimentValueNegative
Swift
case negative = 2
-
Undocumented
Declaration
Objective-C
AWSTranscribeSentimentValueNeutral
Swift
case neutral = 3
-
Undocumented
Declaration
Objective-C
AWSTranscribeSentimentValueMixed
Swift
case mixed = 4