@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SpeechRecognitionErrorEvent")
public class SpeechRecognitionErrorEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
SpeechRecognitionErrorEvent(java.lang.String type,
SpeechRecognitionErrorEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
error()
The error read-only property of the SpeechRecognitionErrorEvent interface returns the type of error raised.
|
java.lang.String |
message()
The message read-only property of the SpeechRecognitionErrorEvent interface returns a message describing the error in more detail.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic SpeechRecognitionErrorEvent(@Nonnull
java.lang.String type,
@Nonnull
SpeechRecognitionErrorEventInit eventInitDict)
@JsProperty(name="error") @Nonnull @SpeechRecognitionErrorCode public java.lang.String error()
@JsProperty(name="message") @Nonnull public java.lang.String message()