voice property

SpeechSynthesisVoice voice

Source

@DomName('SpeechSynthesisUtterance.voice')
@DocsEditable()
SpeechSynthesisVoice get voice =>
    _blink.BlinkSpeechSynthesisUtterance.instance.voice_Getter_(this);
void voice=(SpeechSynthesisVoice value)

Source

@DomName('SpeechSynthesisUtterance.voice')
@DocsEditable()
set voice(SpeechSynthesisVoice value) =>
    _blink.BlinkSpeechSynthesisUtterance.instance.voice_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SpeechSynthesisUtterance/voice.html