Amazon Comprehend · Example Payload

Openapi.Yml Mention Sentiment Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

SentimentSentimentScore

Example Payload

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