Class: Aws::Comprehend::Types::DetectTargetedSentimentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::TargetedSentimentEntity>

Targeted sentiment analysis for each of the entities identified in the input text.

Returns:



2668
2669
2670
2671
2672
# File 'lib/aws-sdk-comprehend/types.rb', line 2668

class DetectTargetedSentimentResponse < Struct.new(
  :entities)
  SENSITIVE = []
  include Aws::Structure
end