情感分析识别-nlpTextpolar 返回内容介绍 https://ai.qq.com/doc/nlpemo.shtml ### 使用 public static String sample(TAipNlp client) throws Exception { //参数内容 String text = "小帅很帅"; String result = client.nlpTextpolar(text);//情感分析识别 return result; }