Class: Aws::Comprehend::Types::BatchDetectTargetedSentimentItemResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entitiesArray<Types::TargetedSentimentEntity>

An array of targeted sentiment entities.

Returns:



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

#indexInteger

The zero-based index of this result in the input list.

Returns:

  • (Integer)


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