stop method
void
stop()
The stop()
method of the
Web Speech API
stops the speech
recognition service from listening to incoming audio, and attempts to
return a
SpeechRecognitionResult using the audio captured so far.
Implementation
external void stop();