示例#1
0
 public virtual global::System.Threading.Tasks.Task StreamingSynthesize(global::Tinkoff.Cloud.Tts.V1.SynthesizeSpeechRequest request, grpc::IServerStreamWriter <global::Tinkoff.Cloud.Tts.V1.StreamingSynthesizeSpeechResponse> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
示例#2
0
 public virtual grpc::AsyncServerStreamingCall <global::Tinkoff.Cloud.Tts.V1.StreamingSynthesizeSpeechResponse> StreamingSynthesize(global::Tinkoff.Cloud.Tts.V1.SynthesizeSpeechRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(StreamingSynthesize(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
示例#3
0
 public virtual grpc::AsyncServerStreamingCall <global::Tinkoff.Cloud.Tts.V1.StreamingSynthesizeSpeechResponse> StreamingSynthesize(global::Tinkoff.Cloud.Tts.V1.SynthesizeSpeechRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_StreamingSynthesize, null, options, request));
 }
示例#4
0
 public virtual global::Tinkoff.Cloud.Tts.V1.SynthesizeSpeechResponse Synthesize(global::Tinkoff.Cloud.Tts.V1.SynthesizeSpeechRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Synthesize, null, options, request));
 }