SpeechRecognitionErrorCode
type SpeechRecognitionErrorCode =
| "aborted"
| "audio-capture"
| "language-not-supported"
| "network"
| "no-speech"
| "not-allowed"
| "phrases-not-supported"
| "service-not-allowed";
type SpeechRecognitionErrorCode =
| "aborted"
| "audio-capture"
| "language-not-supported"
| "network"
| "no-speech"
| "not-allowed"
| "phrases-not-supported"
| "service-not-allowed";