Exemplo n.º 1
0
 public void Annotate(AnalyzeSyntaxRequest syntaxRequest)
 {
     AnnotateLocal(JsonConvert.SerializeObject(syntaxRequest), Enumerators.GoogleCloudRequestType.ANALYZE_SYNTAX_REQUEST);
 }
Exemplo n.º 2
0
 public void Annotate(AnalyzeSyntaxRequest syntaxRequest)
 {
     _naturalLanguagenManager.Annotate(syntaxRequest);
 }