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 7e2b05f commit a4c6263Copy full SHA for a4c6263
speech-to-text/format-stream.js
@@ -15,7 +15,7 @@ var defaults = require('defaults');
15
* May be used as either a Stream, or a standalone helper.
16
*
17
* @param {Object} opts
18
- * @param {String} opts.model - some models / languages need special handling
+ * @param {String} [opts.model] - some models / languages need special handling
19
* @param {String} [opts.hesitation=''] - what to put down for a "hesitation" event, also consider \u2026 (ellipsis: ...)
20
* @param {Boolean} [options.objectMode=false] - emit `result` objects instead of string Buffers for the `data` events.
21
* @constructor
0 commit comments