SpeechSynthesisUtterance

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

chosenVoiceURI
string chosenVoiceURI()
Undocumented in source. Be warned that the author may not have intended to support it.
lang
void lang(string lang)
Undocumented in source. Be warned that the author may not have intended to support it.
lang
string lang()
Undocumented in source. Be warned that the author may not have intended to support it.
onboundary
void onboundary(Optional!(T0) onboundary)
Undocumented in source. Be warned that the author may not have intended to support it.
onboundary
EventHandler onboundary()
Undocumented in source. Be warned that the author may not have intended to support it.
onend
void onend(Optional!(T0) onend)
Undocumented in source. Be warned that the author may not have intended to support it.
onend
EventHandler onend()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onmark
void onmark(Optional!(T0) onmark)
Undocumented in source. Be warned that the author may not have intended to support it.
onmark
EventHandler onmark()
Undocumented in source. Be warned that the author may not have intended to support it.
onpause
void onpause(Optional!(T0) onpause)
Undocumented in source. Be warned that the author may not have intended to support it.
onpause
EventHandler onpause()
Undocumented in source. Be warned that the author may not have intended to support it.
onresume
void onresume(Optional!(T0) onresume)
Undocumented in source. Be warned that the author may not have intended to support it.
onresume
EventHandler onresume()
Undocumented in source. Be warned that the author may not have intended to support it.
onstart
void onstart(Optional!(T0) onstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onstart
EventHandler onstart()
Undocumented in source. Be warned that the author may not have intended to support it.
pitch
void pitch(float pitch)
Undocumented in source. Be warned that the author may not have intended to support it.
pitch
float pitch()
Undocumented in source. Be warned that the author may not have intended to support it.
rate
void rate(float rate)
Undocumented in source. Be warned that the author may not have intended to support it.
rate
float rate()
Undocumented in source. Be warned that the author may not have intended to support it.
text
void text(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.
voice
void voice(Optional!(T0) voice)
Undocumented in source. Be warned that the author may not have intended to support it.
voice
auto voice()
Undocumented in source. Be warned that the author may not have intended to support it.
volume
void volume(float volume)
Undocumented in source. Be warned that the author may not have intended to support it.
volume
float volume()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta