public AzureTextAnalytics()
 {
     _respuesta = new SentimentResponse();
 }
示例#2
0
 public IBMWatsonNLU()
 {
     _respuesta = new SentimentResponse();
 }