Пример #1
0
 /// <summary>
 ///  Perform synchronous speech-recognition: receive results after all audio
 ///  has been sent and processed.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Cloud.Speech.V1Beta1.SyncRecognizeResponse> SyncRecognizeAsync(global::Google.Cloud.Speech.V1Beta1.SyncRecognizeRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SyncRecognize, null, options, request));
 }
Пример #2
0
 /// <summary>
 ///  Perform synchronous speech-recognition: receive results after all audio
 ///  has been sent and processed.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Cloud.Speech.V1Beta1.SyncRecognizeResponse> SyncRecognize(global::Google.Cloud.Speech.V1Beta1.SyncRecognizeRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Пример #3
0
 /// <summary>
 ///  Perform synchronous speech-recognition: receive results after all audio
 ///  has been sent and processed.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Cloud.Speech.V1Beta1.SyncRecognizeResponse> SyncRecognizeAsync(global::Google.Cloud.Speech.V1Beta1.SyncRecognizeRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(SyncRecognizeAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }