示例#1
0
 /// <summary>Constructs a new Recognize request.</summary>
 public RecognizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Speech.v1.Data.RecognizeRequest 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 RecognizeRequest Recognize(Google.Apis.Speech.v1.Data.RecognizeRequest body)
 {
     return(new RecognizeRequest(service, body));
 }