Dart API Reference
dart:html
SpeechSynthesis
SpeechSynthesis
class
Annotations
DocsEditable()
DomName('SpeechSynthesis')
Experimental()
Extends
Object
EventTarget
SpeechSynthesis
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