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 b4fa58a commit 8657c78Copy full SHA for 8657c78
services/speech_to_text/v1.js
@@ -31,7 +31,7 @@ var util = require('util');
31
var WebSocketClient = require('websocket').client;
32
var pkg = require('../../package.json');
33
34
-const PARAMS_ALLOWED = ['continuous', 'max_alternatives', 'timestamps', 'word_confidence', 'inactivity_timeout',
+var PARAMS_ALLOWED = ['continuous', 'max_alternatives', 'timestamps', 'word_confidence', 'inactivity_timeout',
35
'model', 'content-type', 'interim_results', 'keywords', 'keywords_threshold', 'word_alternatives_threshold' ];
36
37
function formatChunk(chunk) {
0 commit comments