BatchDetectSentimentItemResult
The result of calling the BatchDetectSentiment operation. The operation returns one object for each document that is successfully processed by the operation.
Contents
- Index
-
The zero-based index of the document in the input list.
Type: Integer
Required: No
- Sentiment
-
The sentiment detected in the document.
Type: String
Valid Values:
POSITIVE | NEGATIVE | NEUTRAL | MIXED
Required: No
- SentimentScore
-
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
Type: SentimentScore object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: