Amazon Comprehend · Example Payload

Openapi.Yml Detect Entities Response Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Detect Entities Response 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

EntitiesDocumentMetadataDocumentTypeBlocksErrors

Example Payload

Raw ↑
{
  "Entities": "example-string",
  "DocumentMetadata": "example-string",
  "DocumentType": "ORGANIZATION",
  "Blocks": "example-string",
  "Errors": "example-string"
}