menu
Dart
dart:html
SpeechSynthesisUtterance
voice property
voice
brightness_4
brightness_5
description
voice
property
SpeechSynthesisVoice
?
voice
Implementation
SpeechSynthesisVoice? get voice native;
void
voice=
(
SpeechSynthesisVoice
?
value
)
Implementation
set voice(SpeechSynthesisVoice? value) native;
Dart
dart:html
SpeechSynthesisUtterance
voice property
SpeechSynthesisUtterance class
Constructors
SpeechSynthesisUtterance
Properties
hashCode
lang
on
onBoundary
onEnd
onError
onMark
onPause
onResume
onStart
pitch
rate
runtimeType
text
voice
volume
Methods
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
boundaryEvent
endEvent
errorEvent
markEvent
pauseEvent
resumeEvent
startEvent