Amazon Comprehend · Schema

ListEntitiesDetectionJobsResponse

ListEntitiesDetectionJobsResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
EntitiesDetectionJobPropertiesList object
NextToken object
View JSON Schema on GitHub

JSON Schema

openapi.yml-list-entities-detection-jobs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-list-entities-detection-jobs-response-schema.json",
  "title": "ListEntitiesDetectionJobsResponse",
  "description": "ListEntitiesDetectionJobsResponse schema",
  "type": "object",
  "properties": {
    "EntitiesDetectionJobPropertiesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntitiesDetectionJobPropertiesList"
        },
        {
          "description": "A list containing the properties of each job that is returned."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Identifies the next page of results to return."
        }
      ]
    }
  }
}