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: index.bs
+1-76Lines changed: 1 addition & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,7 @@ This subset does not preclude future standardization of additions to the markup,
71
71
<ul>
72
72
<li>Voice Web Search</li>
73
73
<li>Speech Command Interface</li>
74
-
<li>Domain Specific Grammars Contingent on Earlier Inputs</li>
75
74
<li>Continuous Recognition of Open Dialog</li>
76
-
<li>Domain Specific Grammars Filling Multiple Input Fields</li>
77
75
<li>Speech UI present when no visible UI need be present</li>
78
76
<li>Voice Activity Detection</li>
79
77
<li>Temporal Structure of Synthesis to Provide Visual Feedback</li>
@@ -94,8 +92,6 @@ This does not preclude adding support for this as a future API enhancement, and
94
92
<li>Rerecognition</li>
95
93
</ul>
96
94
97
-
<p>Note that for many usages and implementations, it is possible to avoid the need for Rerecognition by using a larger grammar, or by combining multiple grammars — both of these techniques are supported in this specification.</p>
98
-
99
95
<h2 id=security>Security and privacy considerations</h2>
<dd>When the start method is called it represents the moment in time the web application wishes to begin recognition.
311
-
When the speech input is streaming live through the input media stream, then this start call represents the moment in time that the service must begin to listen and try to match the grammars associated with this request.
284
+
When the speech input is streaming live through the input media stream, then this start call represents the moment in time that the service must begin to listen.
312
285
Once the system is successfully listening to the recognition the user agent must raise a start event.
313
286
If the start method is called on an already started object (that is, start has previously been called, and no <a event for=SpeechRecognition>error</a> or <a event for=SpeechRecognition>end</a> event has fired on the object), the user agent must throw an "{{InvalidStateError!!exception}}" {{DOMException}} and ignore the call.</dd>
314
287
@@ -427,9 +400,6 @@ For example, some implementations may fire <a event for=SpeechRecognition>audioe
<dd>The user agent is not allowing the web application requested speech service, but would allow some speech service, to be used either because the user agent doesn't support the selected one or because of reasons of security, privacy or user preference.</dd>
@@ -510,51 +480,6 @@ For a non-continuous recognition it will hold only a single value.</p>
510
480
Note that when resultIndex equals results.length, no new results are returned, this may occur when the array length decreases to remove one or more interim results.</dd>
<p>The SpeechGrammar object represents a container for a grammar.</p>
516
-
<p class=issue>The group has discussed options for which grammar formats should be supported, how builtin grammar types are specified, and default grammars when not specified.
517
-
See <a href="https://lists.w3.org/Archives/Public/public-speech-api/2012Jun/0179.html">Default value of SpeechRecognition.grammars</a> thread on public-speech-api@w3.org.</p>
518
-
<p>This structure has the following attributes:</p>
0 commit comments