@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SpeechRecognitionEvent")
public class SpeechRecognitionEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
SpeechRecognitionEvent(java.lang.String type,
SpeechRecognitionEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
int |
resultIndex()
The resultIndex read-only property of the SpeechRecognitionEvent interface returns the lowest index value result in the SpeechRecognitionResultList "array" that has actually changed.
|
SpeechRecognitionResultList |
results()
The results read-only property of the SpeechRecognitionEvent interface returns a SpeechRecognitionResultList object representing all the speech recognition results for the current session.
|
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 SpeechRecognitionEvent(@Nonnull
java.lang.String type,
@Nonnull
SpeechRecognitionEventInit eventInitDict)
@JsProperty(name="resultIndex") public int resultIndex()
@JsProperty(name="results") @Nonnull public SpeechRecognitionResultList results()