Interface SpeechRecognitionResultError

The speech recognition failed. Subtype of SpeechRecognitionResult.

interface SpeechRecognitionResultError {
    @type: "speechRecognitionResultError";
    error: Error;
}

Properties

Properties

@type: "speechRecognitionResultError"
error: Error

Recognition error. An error with a message "MSG_VOICE_TOO_LONG" is returned when media duration is too big to be recognized.