SpeechRecognitionError
package js.html
extends Event
Available on js
The SpeechRecognitionError
interface of the Web Speech API represents error messages from the recognition service.
Documentation SpeechRecognitionError by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Constructor
new(type:String, ?eventInitDict:Null<SpeechRecognitionErrorInit>)
Throws:
null |
DOMError |
---|
Variables
read onlyerror:SpeechRecognitionErrorCode
Returns the type of error raised.
read onlymessage:String
Returns a message describing the error in more detail.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SpeechRecognitionError.html