Skip to content

Commit 8d1fc01

Browse files
committed
comment fix
[skip ci]
1 parent 0f3b877 commit 8d1fc01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

speech-to-text/recognize-stream.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ var QUERY_PARAMS_ALLOWED = ['model', 'watson-token']; //, 'X-Watson-Learning-Opt
3434
/**
3535
* pipe()-able Node.js Readable/Writeable stream - accepts binary audio and emits text/objects in it's `data` events.
3636
*
37-
* Cannot be instantiated directly, instead reated by calling #createRecognizeStream()
38-
*
3937
* Uses WebSockets under the hood. For audio with no recognizable speech, no `data` events are emitted.
4038
*
4139
* By default, only finalized text is emitted in the data events, however in `readableObjectMode` (usually just `objectMode` when using a helper method).

0 commit comments

Comments
 (0)