/// <summary>Constructs a new Asyncrecognize request.</summary> public AsyncrecognizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Speech.v1beta1.Data.AsyncRecognizeRequest body) : base(service) { Body = body; InitParameters(); }
/// <summary>Performs asynchronous speech recognition: receive results via the [google.longrunning.Operations] /// (/speech/reference/rest/v1beta1/operations#Operation) interface. Returns either an `Operation.error` or an /// `Operation.response` which contains an `AsyncRecognizeResponse` message.</summary> /// <param name="body">The body of the request.</param> public virtual AsyncrecognizeRequest Asyncrecognize(Google.Apis.Speech.v1beta1.Data.AsyncRecognizeRequest body) { return(new AsyncrecognizeRequest(service, body)); }