Class: Aws::Comprehend::Types::BatchDetectTargetedSentimentItemResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::BatchDetectTargetedSentimentItemResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Analysis results for one of the documents in the batch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::TargetedSentimentEntity>
An array of targeted sentiment entities.
-
#index ⇒ Integer
The zero-based index of this result in the input list.
Instance Attribute Details
#entities ⇒ Array<Types::TargetedSentimentEntity>
An array of targeted sentiment entities.
426 427 428 429 430 431 |
# File 'lib/aws-sdk-comprehend/types.rb', line 426 class BatchDetectTargetedSentimentItemResult < Struct.new( :index, :entities) SENSITIVE = [] include Aws::Structure end |
#index ⇒ Integer
The zero-based index of this result in the input list.
426 427 428 429 430 431 |
# File 'lib/aws-sdk-comprehend/types.rb', line 426 class BatchDetectTargetedSentimentItemResult < Struct.new( :index, :entities) SENSITIVE = [] include Aws::Structure end |