We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec00ce8 commit a9effb3Copy full SHA for a9effb3
services/speech_to_text/v1.js
@@ -365,9 +365,9 @@ function RecognizeStream(options){
365
// todo: confirm the mixed underscores/hyphens and/or get it fixed
366
action: 'start',
367
'content-type': 'audio/wav', // todo: try to determine content-type from the file extension if available
368
- 'continuous': false,
+ 'continuous': true,
369
'interim_results': true
370
- }, pick(options, [PARAMS_ALLOWED]));
+ }, pick(options, PARAMS_ALLOWED));
371
372
var closingMessage = {action: 'stop'};
373
0 commit comments