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 MIXED sentiment.

    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 NEGATIVE sentiment.

    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 NEUTRAL sentiment.

    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 POSITIVE sentiment.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable positive;

    Swift

    var positive: NSNumber? { get set }