Amazon Comprehend · JSON Structure

Openapi.Yml List Entity Recognizer Summaries Response Structure

ListEntityRecognizerSummariesResponse schema

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

ListEntityRecognizerSummariesResponse is a JSON Structure definition published by Amazon Comprehend, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EntityRecognizerSummariesList NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-list-entity-recognizer-summaries-response-structure.json",
  "name": "ListEntityRecognizerSummariesResponse",
  "description": "ListEntityRecognizerSummariesResponse schema",
  "type": "object",
  "properties": {
    "EntityRecognizerSummariesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityRecognizerSummariesList"
        },
        {
          "description": "The list entity recognizer summaries."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Identifies the next page of results to return."
        }
      ]
    }
  }
}