Class: Aws::Comprehend::Types::DetectSentimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DetectSentimentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sentiment ⇒ String
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
-
#sentiment_score ⇒ Types::SentimentScore
An object that lists the sentiments, and their corresponding confidence levels.
Instance Attribute Details
#sentiment ⇒ String
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
2596 2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2596 class DetectSentimentResponse < Struct.new( :sentiment, :sentiment_score) SENSITIVE = [] include Aws::Structure end |
#sentiment_score ⇒ Types::SentimentScore
An object that lists the sentiments, and their corresponding confidence levels.
2596 2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2596 class DetectSentimentResponse < Struct.new( :sentiment, :sentiment_score) SENSITIVE = [] include Aws::Structure end |