Amazon Comprehend · JSON Structure

Openapi.Yml Stop Dominant Language Detection Job Response Structure

StopDominantLanguageDetectionJobResponse schema

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

StopDominantLanguageDetectionJobResponse 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

JobId JobStatus

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-stop-dominant-language-detection-job-response-structure.json",
  "name": "StopDominantLanguageDetectionJobResponse",
  "description": "StopDominantLanguageDetectionJobResponse schema",
  "type": "object",
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The identifier of the dominant language detection job to stop."
        }
      ]
    },
    "JobStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobStatus"
        },
        {
          "description": "Either <code>STOP_REQUESTED</code> if the job is currently running, or <code>STOPPED</code> if the job was previously stopped with the <code>StopDominantLanguageDetectionJob</code> operation."
        }
      ]
    }
  }
}