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