Amazon Comprehend · Schema

DescribeDominantLanguageDetectionJobResponse

DescribeDominantLanguageDetectionJobResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
DominantLanguageDetectionJobProperties object
View JSON Schema on GitHub

JSON Schema

openapi.yml-describe-dominant-language-detection-job-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-describe-dominant-language-detection-job-response-schema.json",
  "title": "DescribeDominantLanguageDetectionJobResponse",
  "description": "DescribeDominantLanguageDetectionJobResponse schema",
  "type": "object",
  "properties": {
    "DominantLanguageDetectionJobProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DominantLanguageDetectionJobProperties"
        },
        {
          "description": "An object that contains the properties associated with a dominant language detection job."
        }
      ]
    }
  }
}