Esempio n. 1
0
 /// <summary>
 ///  Perform asynchronous speech-recognition: receive results via the
 ///  google.longrunning.Operations interface. Returns either an
 ///  `Operation.error` or an `Operation.response` which contains
 ///  an `AsyncRecognizeResponse` message.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Longrunning.Operation> AsyncRecognizeAsync(global::Google.Cloud.Speech.V1Beta1.AsyncRecognizeRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AsyncRecognize, null, options, request));
 }
Esempio n. 2
0
 /// <summary>
 ///  Perform asynchronous speech-recognition: receive results via the
 ///  google.longrunning.Operations interface. Returns either an
 ///  `Operation.error` or an `Operation.response` which contains
 ///  an `AsyncRecognizeResponse` message.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Longrunning.Operation> AsyncRecognize(global::Google.Cloud.Speech.V1Beta1.AsyncRecognizeRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Esempio n. 3
0
 /// <summary>
 ///  Perform asynchronous speech-recognition: receive results via the
 ///  google.longrunning.Operations interface. Returns either an
 ///  `Operation.error` or an `Operation.response` which contains
 ///  an `AsyncRecognizeResponse` message.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Longrunning.Operation> AsyncRecognizeAsync(global::Google.Cloud.Speech.V1Beta1.AsyncRecognizeRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(AsyncRecognizeAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }