Skip to content

Commit 7a0e341

Browse files
authored
one more doc fix
[ci skip]
1 parent d7a6b00 commit 7a0e341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/recognize-microphone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var bitBucket = new Readable();
3434
/**
3535
* Create and return a RecognizeStream sourcing audio from the user's microphone
3636
*
37-
* @param {Object} options - Also passed to {MediaElementAudioStream} and to {RecognizeStream}
37+
* @param {Object} options - Also passed to {RecognizeStream}, and {FormatStream} when applicable
3838
* @param {String} options.token - Auth Token - see https://github.com/watson-developer-cloud/node-sdk#authorization
3939
* @param {Boolean} [options.format=true] - pipe the text through a {FormatStream} which performs light formatting
4040
* @param {Boolean} [options.keepMicrophone=false] - keeps an internal reference to the microphone stream to reuse in subsequent calls (prevents multiple permissions dialogs in firefox)

0 commit comments

Comments
 (0)