WebIDLpedia

SpeechRecognitionErrorCode enum

Definition

Web Speech API defines SpeechRecognitionErrorCode



enum SpeechRecognitionErrorCode {
    "no-speech",
    "aborted",
    "audio-capture",
    "network",
    "not-allowed",
    "service-not-allowed",
    "bad-grammar",
    "language-not-supported"
};

Referring IDL interfaces/dictionaries