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
<p>Speech recognition is performed and the recognized text
23
23
is sent as payload value.<p>
24
-
<p>If <b>Interim Results</b> is checked, the node sends
25
-
interim results. In addition, <code>done</code>
26
-
property is set to <code>true</code> if the result is interim,
27
-
otherwise <code>false</code>.</p>
24
+
<p>If <b>Interim Results</b> is checked, the node sends
25
+
interim results as words are recognised. Wehn complete, the <code>done</code>
26
+
property is set to <code>true</code>. If the result is interim it will be set to <code>false</code>.</p>
28
27
<p>Note: This mode needs internet access for operation and
29
-
only works on browser that supports SpeechRecognition
28
+
only works on browsers that supports SpeechRecognition
30
29
feature of Web Speech API (e.g. Chrome). Mode selector is
31
30
not shown if SpeechRecognition feature is not supported. </p>
32
31
</dd>
33
32
</dl>
34
-
<p>The button can be configured in two modes. Either click begin
35
-
to capture audio/recognize speech, and then
36
-
continue to capture audio/recognize text until the button is pressed again, or it reaches its configured maximum duration. Or the button can be configured to record/recognize only while the button is pressed.</p>
33
+
<p>The button can be configured in two modes. Either click to begin
34
+
to start audio capture or speech recognition, and continue until either the button is pressed again,
35
+
or it reaches its configured maximum duration. Or the button can be configured to
36
+
record/recognize only while the button is pressed.</p>
37
37
<p>If value of the maximum duration is 0, no limit is applied for
0 commit comments