You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -202,6 +204,7 @@ private function handleScheduleTaskInternal(
202
204
* @param string|null $webhookUri URI to be requested when the task finishes
203
205
* @param string|null $webhookMethod Method used for the webhook request (HTTP:GET, HTTP:POST, HTTP:PUT, HTTP:DELETE or AppAPI:APP_ID:GET, AppAPI:APP_ID:POST...)
204
206
* @param bool $includeWatermark Whether to include a watermark in the output file or not
207
+
* @param bool $preferStreaming Whether to prefer getting a progressive output from the provider or not
* @param string|null $webhookUri URI to be requested when the task finishes
240
245
* @param string|null $webhookMethod Method used for the webhook request (HTTP:GET, HTTP:POST, HTTP:PUT, HTTP:DELETE or AppAPI:APP_ID:GET, AppAPI:APP_ID:POST...)
241
246
* @param bool $includeWatermark Whether to include a watermark in the output file or not
247
+
* @param bool $preferStreaming Whether to prefer getting a progressive output from the provider or not
0 commit comments