You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::BatchDetectSentimentItemResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

The zero-based index of the document in the input list.

Returns:

  • (Integer)

    The zero-based index of the document in the input list.

#sentimentString

The sentiment detected in the document.

Possible values:

  • POSITIVE
  • NEGATIVE
  • NEUTRAL
  • MIXED

Returns:

  • (String)

    The sentiment detected in the document.

#sentiment_scoreTypes::SentimentScore

The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.

Returns:

  • (Types::SentimentScore)

    The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.