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
@@ -36,6 +37,7 @@ var assign = require('object.assign/polyfill')();
36
37
* @param {Boolean} [options.play=false] - If a file is set, play it locally as it's being uploaded
37
38
* @param {Boolena} [options.format=true] - pipe the text through a {FormatStream} which performs light formatting
38
39
* @param {Boolena} [options.realtime=options.play] - pipe the text through a {TimingStream} which slows the output down to real-time to match the audio playback.
40
+
* @param {String|DOMElement} [options.outputElement] pipe the text to a WriteableElementStream targeting the specified element. Also defaults objectMode to true to enable interim results.
39
41
*
40
42
* @returns {RecognizeStream}
41
43
*/
@@ -44,6 +46,11 @@ module.exports = function recognizeBlob(options) {
0 commit comments