Amazon Comprehend · Schema

DescribeKeyPhrasesDetectionJobResponse

DescribeKeyPhrasesDetectionJobResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
KeyPhrasesDetectionJobProperties object
View JSON Schema on GitHub

JSON Schema

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