Dart API Referencedart:htmlSpeechRecognition

SpeechRecognition Interface

Extends

EventTarget

Constructors

Code new SpeechRecognition() #

SpeechRecognition();

Methods

Code void abort() #

void abort();

Code SpeechRecognitionEvents get on() #

SpeechRecognitionEvents get on();

Code void start() #

void start();

Code void stop() #

void stop();

Code void $dom_addEventListener(String type, EventListener listener, [bool useCapture]) #

void $dom_addEventListener(String type, EventListener listener, [bool useCapture]);

Code bool $dom_dispatchEvent(Event evt) #

bool $dom_dispatchEvent(Event evt);

Code void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) #

void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]);

Fields

Code bool continuous #

bool continuous;

Code SpeechGrammarList grammars #

SpeechGrammarList grammars;

Code String lang #

String lang;

Code int maxAlternatives #

int maxAlternatives;