{ "$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." } ] } } }