Watson API example HTTP GET http://gateway-a.watsonplatform. net/calls/text/TextGetEmotion? apiKey=myApiKey&text=I%20love%20bots%20so% much&outputMode=json
Watson API example HTTP GET http://gateway-a.watsonplatform. net/calls/text/TextGetEmotion? apiKey=myApiKey&text=I%20love%20bots%20so% much&outputMode=json
Watson API example HTTP GET http://gateway-a.watsonplatform. net/calls/text/TextGetEmotion? apiKey=myApiKey&text=I%20love%20bots%20so% much&outputMode=json
Watson API example HTTP GET http://gateway-a.watsonplatform. net/calls/text/TextGetEmotion? apiKey=myApiKey&text=I%20love%20bots%20so% much&outputMode=json
Watson API example HTTP GET http://gateway-a.watsonplatform. net/calls/text/TextGetEmotion? apiKey=myApiKey&text=I%20love%20bots%20so% much&outputMode=json
Code example watson.emotion(answer.text).then((Map response) { response['docEmotions'].forEach((String key, String value) { if (double.parse(value) > 0.5) { // The text has a pretty clear overall emotions } }); });