Amazon Comprehend · Example Payload

Openapi.Yml Targeted Sentiment Mention Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

ScoreGroupScoreTextTypeMentionSentimentBeginOffsetEndOffset

Example Payload

Raw ↑
{
  "Score": "0.98",
  "GroupScore": "0.98",
  "Text": "This is example text for NLP analysis.",
  "Type": "ORGANIZATION",
  "MentionSentiment": "example-string",
  "BeginOffset": "example-string",
  "EndOffset": "example-string"
}