Amazon Comprehend · Example Payload

Openapi.Yml Classify Document Request Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Classify Document Request 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

TextEndpointArnBytesDocumentReaderConfig

Example Payload

Raw ↑
{
  "Text": "This is example text for NLP analysis.",
  "EndpointArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "Bytes": "example-string",
  "DocumentReaderConfig": "example-string"
}