{ "$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-entities-item-result-structure.json", "name": "BatchDetectEntitiesItemResult", "description": "The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.", "type": "object", "properties": { "Index": { "allOf": [ { "$ref": "#/components/schemas/Integer" }, { "description": "The zero-based index of the document in the input list." } ] }, "Entities": { "allOf": [ { "$ref": "#/components/schemas/ListOfEntities" }, { "description": "One or more Entity objects, one for each entity detected in the document." } ] } } }