Insight Horizon
health /

detect_targeted_sentiment — Boto3 Docs 1.26.85 documentation

{ 'Entities': [ { 'DescriptiveMentionIndex': [ 123, ], 'Mentions': [ { 'Score': ..., 'GroupScore': ..., 'Text': 'string', 'Type': 'PERSON'|'LOCATION'|'ORGANIZATION'|'FACILITY'|'BRAND'|'COMMERCIAL_ITEM'|'MOVIE'|'MUSIC'|'BOOK'|'SOFTWARE'|'GAME'|'PERSONAL_TITLE'|'EVENT'|'DATE'|'QUANTITY'|'ATTRIBUTE'|'OTHER', 'MentionSentiment': { 'Sentiment': 'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED', 'SentimentScore': { 'Positive': ..., 'Negative': ..., 'Neutral': ..., 'Mixed': ... } }, 'BeginOffset': 123, 'EndOffset': 123 }, ] }, ]}