Skip to content

Commit e7ae007

Browse files
authored
Update README.md
1 parent 5a08390 commit e7ae007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function showResult()
7777

7878
*properties*
7979
* **continuous**: boolean to set whether the speech recognition engine will give results continuously (true) or just once (false = default).
80-
* **p.s. *continuous* is set to 'false' by default to protect your users' privacy: setting continuous to 'true' creates a continuous open mic between your users' browsing device and the cloud-based speech recognition engine for their browser (i.e. Google).**
80+
* **p.s. *continuous* is set to 'false' by default to protect your users' privacy: setting continuous to 'true' creates a persistent open mic between your users' browsing device and the cloud-based speech recognition engine for their browser (i.e. Google).**
8181
* p.p.s. as an aside, besides being potentially a bad call from an ethical standpoint, *continous* mode is unreliable - the audio pipe between the browser and the recognition server breaks pretty easily, especially with non-Chrome browsers. if you really want something that will continuously recognize speech, set a meta-refresh on your page to reload every couple of minutes.
8282
* **interimResults**: boolean to set whether the speech recognition engine will give faster, partial results (true) or wait for the speaker to pause (false = default).
8383
* **onEnd**: function sets callback to fire when speech recognition ends.

0 commit comments

Comments
 (0)