Exemple #1
0
 /// <summary>Constructs a new Synthesize request.</summary>
 public SynthesizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Texttospeech.v1beta1.Data.SynthesizeSpeechRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
Exemple #2
0
 /// <summary>Synthesizes speech synchronously: receive results after all text input has been
 /// processed.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual SynthesizeRequest Synthesize(Google.Apis.Texttospeech.v1beta1.Data.SynthesizeSpeechRequest body)
 {
     return(new SynthesizeRequest(service, body));
 }