Skip to content

Commit 2d02c13

Browse files
committed
docs: remove incorrect default description for timestamps parameter
1 parent 007a234 commit 2d02c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/recognize-stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class RecognizeStream extends Duplex {
9999
* @param {String} [options.content-type='audio/wav'] - content type of audio; can be automatically determined from file header in most cases. only wav, flac, ogg/opus, and webm are supported
100100
* @param {Boolean} [options.interim_results=true] - Send back non-final previews of each "sentence" as it is being processed. These results are ignored in text mode.
101101
* @param {Boolean} [options.word_confidence=false] - include confidence scores with results. Defaults to true when in objectMode.
102-
* @param {Boolean} [options.timestamps=false] - include timestamps with results. Defaults to true when in objectMode.
102+
* @param {Boolean} [options.timestamps=false] - include timestamps with results.
103103
* @param {Number} [options.max_alternatives=1] - maximum number of alternative transcriptions to include. Defaults to 3 when in objectMode.
104104
* @param {Array<String>} [options.keywords] - a list of keywords to search for in the audio
105105
* @param {Number} [options.keywords_threshold] - Number between 0 and 1 representing the minimum confidence before including a keyword in the results. Required when options.keywords is set

0 commit comments

Comments
 (0)