예제 #1
0
 /// <summary>Constructs a new Syncrecognize request.</summary>
 public SyncrecognizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Speech.v1beta1.Data.SyncRecognizeRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
예제 #2
0
 /// <summary>Performs synchronous speech recognition: receive results after all audio has been sent and
 /// processed.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual SyncrecognizeRequest Syncrecognize(Google.Apis.Speech.v1beta1.Data.SyncRecognizeRequest body)
 {
     return(new SyncrecognizeRequest(service, body));
 }