Class: Aws::LexRuntimeV2::Types::SentimentScore
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::SentimentScore
- Defined in:
- gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb
Overview
The individual sentiment responses for the utterance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mixed ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXED
sentiment. -
#negative ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVE
sentiment. -
#neutral ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRAL
sentiment. -
#positive ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVE
sentiment.
Instance Attribute Details
#mixed ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy
of its detection of the MIXED
sentiment.
1474 1475 1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1474 class SentimentScore < Struct.new( :positive, :negative, :neutral, :mixed) SENSITIVE = [] include Aws::Structure end |
#negative ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy
of its detection of the NEGATIVE
sentiment.
1474 1475 1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1474 class SentimentScore < Struct.new( :positive, :negative, :neutral, :mixed) SENSITIVE = [] include Aws::Structure end |
#neutral ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy
of its detection of the NEUTRAL
sentiment.
1474 1475 1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1474 class SentimentScore < Struct.new( :positive, :negative, :neutral, :mixed) SENSITIVE = [] include Aws::Structure end |
#positive ⇒ Float
The level of confidence that Amazon Comprehend has in the accuracy
of its detection of the POSITIVE
sentiment.
1474 1475 1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1474 class SentimentScore < Struct.new( :positive, :negative, :neutral, :mixed) SENSITIVE = [] include Aws::Structure end |