SpeechTimeout
The duration in milliseconds that voice speech recognition remains active after you stop speaking. For example in a chat session, the transcribed text is submitted automatically after the timeout is met. Set to 0 to disable this feature.
{
"accessibility.voice.speechTimeout": 1200 // default
}
Type
number
Default
1200
Possible Range
0..
NOTE: Even though there is no hard upper bound for this setting, setting it sufficiently high (e.g. 100000000000000000000000
) will act as though you’ve set it to 0
.
Description
Controls how long, in milliseconds, the voice input will remain active after you have stopped talking.