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