Amazon Comprehend · Example Payload

Amazon Comprehend Entity Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

EntitiesSentimentSentimentScoreKeyPhrasesLanguages

Example Payload

Raw ↑
{
  "Entities": [
    "example-string"
  ],
  "Sentiment": "POSITIVE",
  "SentimentScore": {
    "Positive": 0.98,
    "Negative": 0.98,
    "Neutral": 0.98,
    "Mixed": 0.98
  },
  "KeyPhrases": [
    "example-string"
  ],
  "Languages": [
    "en"
  ]
}