Esempio n. 1
0
 /// <summary>
 ///  Advanced API that analyzes the document and provides a full set of text
 ///  annotations, including semantic, syntactic, and sentiment information. This
 ///  API is intended for users who are familiar with machine learning and need
 ///  in-depth text features to build upon.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Cloud.Language.V1Beta1.AnnotateTextResponse> AnnotateTextAsync(global::Google.Cloud.Language.V1Beta1.AnnotateTextRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AnnotateText, null, options, request));
 }
Esempio n. 2
0
 /// <summary>
 ///  Advanced API that analyzes the document and provides a full set of text
 ///  annotations, including semantic, syntactic, and sentiment information. This
 ///  API is intended for users who are familiar with machine learning and need
 ///  in-depth text features to build upon.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Cloud.Language.V1Beta1.AnnotateTextResponse> AnnotateText(global::Google.Cloud.Language.V1Beta1.AnnotateTextRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Esempio n. 3
0
 /// <summary>
 ///  Advanced API that analyzes the document and provides a full set of text
 ///  annotations, including semantic, syntactic, and sentiment information. This
 ///  API is intended for users who are familiar with machine learning and need
 ///  in-depth text features to build upon.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Cloud.Language.V1Beta1.AnnotateTextResponse> AnnotateTextAsync(global::Google.Cloud.Language.V1Beta1.AnnotateTextRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(AnnotateTextAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }