Class: Aws::Comprehend::Types::DetectTargetedSentimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DetectTargetedSentimentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::TargetedSentimentEntity>
Targeted sentiment analysis for each of the entities identified in the input text.
Instance Attribute Details
#entities ⇒ Array<Types::TargetedSentimentEntity>
Targeted sentiment analysis for each of the entities identified in the input text.
2668 2669 2670 2671 2672 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2668 class DetectTargetedSentimentResponse < Struct.new( :entities) SENSITIVE = [] include Aws::Structure end |