Dart API Reference
dart:html
SpeechSynthesis
SpeechSynthesis
class
Annotated by:
DocsEditable()
DomName('SpeechSynthesis')
Experimental()
Extends:
EventTarget
Object
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
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool