Ejemplo n.º 1
0
 public void Annotate(AnalyzeSentimentRequest sentimentRequest)
 {
     AnnotateLocal(JsonConvert.SerializeObject(sentimentRequest), Enumerators.GoogleCloudRequestType.ANALYZE_SENTIMENT_REQUEST);
 }
Ejemplo n.º 2
0
 public void Annotate(AnalyzeSentimentRequest sentimentRequest)
 {
     _naturalLanguagenManager.Annotate(sentimentRequest);
 }