Insight Horizon
environment /

batch_detect_sentiment — Boto3 Docs 1.26.91 documentation

{ 'ResultList': [ { 'Index': 123, 'Sentiment': 'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED', 'SentimentScore': { 'Positive': ..., 'Negative': ..., 'Neutral': ..., 'Mixed': ... } }, ], 'ErrorList': [ { 'Index': 123, 'ErrorCode': 'string', 'ErrorMessage': 'string' }, ]}