Amazon Comprehend · Example Payload

Openapi.Yml Batch Detect Sentiment Item Result Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Batch Detect Sentiment Item Result Example is an example object payload from Amazon Comprehend, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IndexSentimentSentimentScore

Example Payload

Raw ↑
{
  "Index": "example-string",
  "Sentiment": "example-string",
  "SentimentScore": "0.98"
}