Dart SDK
dart:html
SpeechSynthesis
class
SpeechSynthesis
Properties
Methods
Properties
paused
pending
speaking
on
Methods
cancel
getVoices
pause
resume
speak
addEventListener
removeEventListener
dispatchEvent
(Not documented.)
Annotations
DocsEditable()
DomName('SpeechSynthesis')
Experimental()
Extends
Object
EventTarget
SpeechSynthesis
Properties
bool
paused
read-only
bool
pending
read-only
bool
speaking
read-only
Events
on
read-only ,
inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
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