Amazon Comprehend · JSON Structure

Openapi.Yml Batch Detect Targeted Sentiment Item Result Structure

Analysis results for one of the documents in the batch.

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

BatchDetectTargetedSentimentItemResult 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

Index Entities

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-batch-detect-targeted-sentiment-item-result-structure.json",
  "name": "BatchDetectTargetedSentimentItemResult",
  "description": "Analysis results for one of the documents in the batch.",
  "type": "object",
  "properties": {
    "Index": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The zero-based index of this result in the input list."
        }
      ]
    },
    "Entities": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfTargetedSentimentEntities"
        },
        {
          "description": "An array of targeted sentiment entities."
        }
      ]
    }
  }
}