Amazon Comprehend · Schema

ListDominantLanguageDetectionJobsResponse

ListDominantLanguageDetectionJobsResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

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

JSON Schema

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