{
"$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-batch-detect-sentiment-item-result-schema.json",
"title": "BatchDetectSentimentItemResult",
"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."
}
]
},
"Sentiment": {
"allOf": [
{
"$ref": "#/components/schemas/SentimentType"
},
{
"description": "The sentiment detected in the document."
}
]
},
"SentimentScore": {
"allOf": [
{
"$ref": "#/components/schemas/SentimentScore"
},
{
"description": "The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.