SpeechSynthesis class

Annotations
  • DocsEditable()
  • DomName('SpeechSynthesis')
  • Experimental()
Extends

Instance Properties

paused bool
read-only
pending bool
read-only
speaking bool
read-only
on Events Inherited
read-only

Instance Methods

cancel() → void
getVoices() → List<SpeechSynthesisVoice>
pause() → void
resume() → void
speak(SpeechSynthesisUtterance utterance) → void
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited