Definition
Web Speech API defines SpeechRecognitionErrorCode
enum SpeechRecognitionErrorCode {
"no-speech",
"aborted",
"audio-capture",
"network",
"not-allowed",
"service-not-allowed",
"language-not-supported"
};
SpeechRecognitionErrorCode
enumWeb Speech API defines SpeechRecognitionErrorCode
enum SpeechRecognitionErrorCode {
"no-speech",
"aborted",
"audio-capture",
"network",
"not-allowed",
"service-not-allowed",
"language-not-supported"
};