Dart API Referencedart:htmlSpeechGrammarList

SpeechGrammarList Interface

Constructors

Code new SpeechGrammarList() #

SpeechGrammarList();

Methods

Code void addFromString(String string, [num weight]) #

void addFromString(String string, [num weight]);

Code void addFromUri(String src, [num weight]) #

void addFromUri(String src, [num weight]);

Code SpeechGrammar item(int index) #

SpeechGrammar item(int index);

Fields

Code final int length #

final int length;