SpeechRecognition

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
continuous
void continuous(bool continuous)
Undocumented in source. Be warned that the author may not have intended to support it.
continuous
bool continuous()
Undocumented in source. Be warned that the author may not have intended to support it.
grammars
void grammars(SpeechGrammarList grammars)
Undocumented in source. Be warned that the author may not have intended to support it.
grammars
auto grammars()
Undocumented in source. Be warned that the author may not have intended to support it.
interimResults
void interimResults(bool interimResults)
Undocumented in source. Be warned that the author may not have intended to support it.
interimResults
bool interimResults()
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.
maxAlternatives
void maxAlternatives(uint maxAlternatives)
Undocumented in source. Be warned that the author may not have intended to support it.
maxAlternatives
uint maxAlternatives()
Undocumented in source. Be warned that the author may not have intended to support it.
onaudioend
void onaudioend(Optional!(T0) onaudioend)
Undocumented in source. Be warned that the author may not have intended to support it.
onaudioend
EventHandler onaudioend()
Undocumented in source. Be warned that the author may not have intended to support it.
onaudiostart
void onaudiostart(Optional!(T0) onaudiostart)
Undocumented in source. Be warned that the author may not have intended to support it.
onaudiostart
EventHandler onaudiostart()
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.
onend
void onend(Optional!(T0) 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.
onnomatch
void onnomatch(Optional!(T0) onnomatch)
Undocumented in source. Be warned that the author may not have intended to support it.
onnomatch
EventHandler onnomatch()
Undocumented in source. Be warned that the author may not have intended to support it.
onresult
void onresult(Optional!(T0) onresult)
Undocumented in source. Be warned that the author may not have intended to support it.
onresult
EventHandler onresult()
Undocumented in source. Be warned that the author may not have intended to support it.
onsoundend
void onsoundend(Optional!(T0) onsoundend)
Undocumented in source. Be warned that the author may not have intended to support it.
onsoundend
EventHandler onsoundend()
Undocumented in source. Be warned that the author may not have intended to support it.
onsoundstart
void onsoundstart(Optional!(T0) onsoundstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onsoundstart
EventHandler onsoundstart()
Undocumented in source. Be warned that the author may not have intended to support it.
onspeechend
void onspeechend(Optional!(T0) onspeechend)
Undocumented in source. Be warned that the author may not have intended to support it.
onspeechend
EventHandler onspeechend()
Undocumented in source. Be warned that the author may not have intended to support it.
onspeechstart
void onspeechstart(Optional!(T0) onspeechstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onspeechstart
EventHandler onspeechstart()
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.
serviceURI
void serviceURI(string serviceURI)
Undocumented in source. Be warned that the author may not have intended to support it.
serviceURI
string serviceURI()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(MediaStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
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