AWSComprehendDetectSentimentResponse
Objective-C
@interface AWSComprehendDetectSentimentResponse
Swift
class AWSComprehendDetectSentimentResponse
-
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
Declaration
Objective-C
@property (nonatomic) AWSComprehendSentimentType sentiment;
Swift
var sentiment: AWSComprehendSentimentType { get set }
-
An object that lists the sentiments, and their corresponding confidence levels.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendSentimentScore *_Nullable sentimentScore;
Swift
var sentimentScore: AWSComprehendSentimentScore? { get set }