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
Copy file name to clipboardExpand all lines: speech-to-text/recognize-microphone.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ var bitBucket = new Readable();
34
34
/**
35
35
* Create and return a RecognizeStream sourcing audio from the user's microphone
36
36
*
37
-
* @param {Object} options - Also passed to {MediaElementAudioStream} and to {RecognizeStream}
37
+
* @param {Object} options - Also passed to {RecognizeStream}, and {FormatStream} when applicable
38
38
* @param {String} options.token - Auth Token - see https://github.com/watson-developer-cloud/node-sdk#authorization
39
39
* @param {Boolean} [options.format=true] - pipe the text through a {FormatStream} which performs light formatting
40
40
* @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