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
+19-7
Original file line number
Diff line number
Diff line change
@@ -21,26 +21,35 @@ useful/promising and would like to leave any feedback which would be greatly app
21
21
22
22
To use this extension look for a microphone (![microphone icon][enabled]) icon on the status bar.
23
23
24
+
![Initial icon location in the status bar][recognition-disabled]
25
+
24
26
Press the disabled microphone icon (![disabled microphone icon][disabled]) to start voice recognition (or use <kbd>Alt</kbd> + <kbd>v</kbd> shortcut). You will need to agree for the browser to use your microphone:
25
27
26
-
![microphone access dialog in Chrome][chrome-microphone]
28
+
![Microphone access dialog in Chrome][chrome-microphone]
27
29
28
30
You can use any of the commands available in the [command palette](https://jupyterlab.readthedocs.io/en/latest/user/commands.html), for example try "Download" or "Run selected cells".
29
31
30
32
Sometimes the speech recognition may be inaccurate, or you may misremember the name of the command.
31
-
In those cases the voice control assistant will prompt you with suggestions by showing
32
-
"Did you mean..." and one or more suggestions on the status bar. You can accept the first suggestion by saying "yes",
33
-
or choose a subsequent suggestion by saying for example "second suggestion".
34
-
Speech synthesis option is also available (in the settings) if you prefer it over checking the status bar continuously.
33
+
In those cases the voice control assistant will prompt you with suggestions with words
34
+
"Did you mean..." and one or more suggestions on the status bar:
35
+
36
+
![Suggestion saying "Did you mean New Launcher?"][did-you-mean]
37
+
38
+
- You can accept the first suggestion by saying "yes".
39
+
- To choose the second suggestion say "second suggestion", and so on.
40
+
- Speech synthesis option is available (in the settings) if you prefer it over checking the status bar continuously.
41
+
- The threshold for inclusion of a similar-sounding phrase as a suggestion can be adjusted in the settings.
42
+
43
+
If there are no errors or suggestions, the recognised speech will be shown on the status bar together with a confidence estimate:
35
44
36
-
If there are no errors or suggestions, the recognised speech will be shown on the status bar together with a confidence estimate.
45
+
![Recognised phrase "close all tabs" with 87% confidence][recognised]
37
46
38
47
By default commands recognised with low confidence (<50%) will not be executed (as it is deemed safer in case of any potentially destructive actions), but you can change the threshold in the settings.
39
48
40
49
### Creating custom commands
41
50
42
51
In the settings editor you can assign custom phrases to commands in the same way as you can configure shortcuts.
43
-
We refer to the words you need speak in order to execute a command as _trigger phrase_.
52
+
We refer to the words you need to say in order to execute a command as _trigger phrase_.
44
53
45
54
The voice control extension provides additional commands for interaction with the interface such as typing text (`vc:insert-text`), accepting suggestions (`vc:accept-suggestion`), stopping recognition (`vc:stop-listening`), etc.
46
55
@@ -61,6 +70,9 @@ appends notebook file extension (`.ipynb`) as it can be problematic for speech r
0 commit comments