コード例 #1
0
 public AzureTextAnalytics()
 {
     _respuesta = new SentimentResponse();
 }
コード例 #2
0
 public IBMWatsonNLU()
 {
     _respuesta = new SentimentResponse();
 }