Amazon Comprehend · JSON Structure

Openapi.Yml Describe Sentiment Detection Job Response Structure

DescribeSentimentDetectionJobResponse schema

Type: object Properties: 1
Machine LearningNatural Language ProcessingNLPText Analysis

DescribeSentimentDetectionJobResponse is a JSON Structure definition published by Amazon Comprehend, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SentimentDetectionJobProperties

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-describe-sentiment-detection-job-response-structure.json",
  "name": "DescribeSentimentDetectionJobResponse",
  "description": "DescribeSentimentDetectionJobResponse schema",
  "type": "object",
  "properties": {
    "SentimentDetectionJobProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SentimentDetectionJobProperties"
        },
        {
          "description": "An object that contains the properties associated with a sentiment detection job."
        }
      ]
    }
  }
}