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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ See speech-to-text/recognize-stream.js for other options.
123
123
*`.promise()`: returns a promise that will resolve to the final text.
124
124
Note that you must either set `continuous: false` or call `.stop()` on the stream to make the promise resolve in a timely manner.
125
125
126
-
*`.stop()`: stops the stream. No more data will be sent, but the stream may still recieve additional results with the transcription of already-sent audio.
126
+
*`.stop()`: stops the stream. No more data will be sent, but the stream may still receive additional results with the transcription of already-sent audio.
127
127
Standard `close` event will fire once the underlying websocket is closed and `end` once all of the data is consumed.
0 commit comments