SpeechRecognitionEvent

继承
注解
  • @SupportedBrowser(SupportedBrowser.CHROME, '25')
  • @Native("SpeechRecognitionEvent")

构造函数

SpeechRecognitionEvent(String type, [Map? initDict])
工厂

属性

bubbles bool?
无设置器继承
cancelable bool?
无设置器继承
composed bool?
无设置器继承
currentTarget EventTarget?
无设置器继承
defaultPrevented bool
无设置器继承
emma Document?
无设置器
eventPhase int
无设置器继承
hashCode int
该对象的自定义哈希码。
无设置器继承
interpretation Document?
无设置器
isTrusted bool?
无设置器继承
matchingTarget Element
指向触发事件的元素,该元素的 CSS 选择器匹配。如果此事件未与任何事件委托关联,访问此值将抛出 UnsupportedError
无设置器继承
path List<EventTarget>
无设置器继承
resultIndex int?
无设置器
results List<SpeechRecognitionResult>?
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
target EventTarget?
无设置器继承
timeStamp num?
无设置器继承
type String
无设置器继承

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的属性或方法时触发。
继承
preventDefault() → void
继承
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
此对象的字符串表示形式。
继承

操作符

operator ==(Object other) bool
等号操作符。
继承