Amazon Comprehend · Example Payload

Openapi.Yml Key Phrase Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Key Phrase 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

ScoreTextBeginOffsetEndOffset

Example Payload

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