Default:
[
{
"language": "en",
"commandPhrase": "command",
"commands": [
{
"phrase": "delete",
"command": "delete"
},
{
"phrase": "delete all",
"command": "deleteAll"
},
{
"phrase": "new line",
"command": "newLine"
}
]
},
{
"language": "de",
"commandPhrase": "Kommando",
"commands": [
{
"phrase": "löschen",
"command": "delete"
},
{
"phrase": "alles löschen",
"command": "deleteAll"
},
{
"phrase": "neue zeile",
"command": "newLine"
}
]
}
]
Default: true
True when detected spoken text should be emitted as synthetisized keyboard events.
Default: false
True when the speech recognizer should be active.
Default: "Simple"
Which engine to use.
Default: "Auto"
When the speech recognizer should start listening.
Generated using TypeDoc
Settings for the experimental speech recognizer.
Configuration for the speech recognizer.
Path:
speechRecognizer