Amazon Comprehend · Schema

ListSentimentDetectionJobsResponse

ListSentimentDetectionJobsResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

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

JSON Schema

openapi.yml-list-sentiment-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-sentiment-detection-jobs-response-schema.json",
  "title": "ListSentimentDetectionJobsResponse",
  "description": "ListSentimentDetectionJobsResponse schema",
  "type": "object",
  "properties": {
    "SentimentDetectionJobPropertiesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SentimentDetectionJobPropertiesList"
        },
        {
          "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."
        }
      ]
    }
  }
}