SpeechRecognitionErrorEvent
open class SpeechRecognitionErrorEvent(val type: EventType<SpeechRecognitionErrorEvent>, init: SpeechRecognitionErrorEventInit) : Event(source)
The SpeechRecognitionErrorEvent
interface of the Web Speech API represents error messages from the recognition service. Available only in secure contexts.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The error
read-only property of the SpeechRecognitionErrorEvent interface returns the type of error raised.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard