SpeechSynthesis

继承
注解
  • @Native("SpeechSynthesis")

属性

hashCode int
该对象的自定义哈希码。
无设置器继承
on Events
这是一个用于事件流的便捷访问器,仅应在显式访问器不可用的情况下使用。
无设置器继承
paused bool?
无设置器
pending bool?
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
speaking bool?
无设置器

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
cancel() → void
dispatchEvent(Event event) bool
继承
getVoices() List<SpeechSynthesisVoice>
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
pause() → void
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
resume() → void
speak(SpeechSynthesisUtterance utterance) → void
toString() String
该对象的字符串表示。
继承

操作符

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