No Docs for Targeted Sentiment analysis using AWS SDK

0

Hello, I am trying to use AWS Comprehend for targeted sentiment analysis from the SDK. However the docs proivided only shows the same with CLI and Async modes. Even this tells that Targeted Sentiment analysis is available through the console and API - https://docs.aws.amazon.com/comprehend/latest/dg/how-targeted-sentiment.html

My requirement is to do it real time using the JAVA SDK, please help. If it's not possible can we have an API curl to mock from code?

1 Answer
1

Hi there!

Yes, Comprehend does provide a JAVA SDK Request and Response structure for all of our "Detect" APIs including DetectTargetedSentiment. You can find more details on the Java SDK for DetectTargetedSentiment at the bottom of this page: https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectTargetedSentiment.html

AWS
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions