Amazon Comprehend · Example Payload

Openapi.Yml Sentiment Score Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

PositiveNegativeNeutralMixed

Example Payload

Raw ↑
{
  "Positive": "example-string",
  "Negative": "example-string",
  "Neutral": "example-string",
  "Mixed": "example-string"
}