Amazon Comprehend · Schema

DescribeTopicsDetectionJobResponse

DescribeTopicsDetectionJobResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
TopicsDetectionJobProperties object
View JSON Schema on GitHub

JSON Schema

openapi.yml-describe-topics-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-topics-detection-job-response-schema.json",
  "title": "DescribeTopicsDetectionJobResponse",
  "description": "DescribeTopicsDetectionJobResponse schema",
  "type": "object",
  "properties": {
    "TopicsDetectionJobProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TopicsDetectionJobProperties"
        },
        {
          "description": "The list of properties for the requested job."
        }
      ]
    }
  }
}