AWSComprehendSentimentScore
Objective-C
@interface AWSComprehendSentimentScore
Swift
class AWSComprehendSentimentScore
Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.
-
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXEDsentiment.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable mixed;Swift
var mixed: NSNumber? { get set } -
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVEsentiment.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable negative;Swift
var negative: NSNumber? { get set } -
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRALsentiment.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable neutral;Swift
var neutral: NSNumber? { get set } -
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVEsentiment.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable positive;Swift
var positive: NSNumber? { get set }
View on GitHub
Install in Dash
AWSComprehendSentimentScore Class Reference