grammars property
The grammars property of the
SpeechRecognition interface returns and sets a collection of
SpeechGrammar objects that represent the grammars that will be
understood
by the current SpeechRecognition.
Implementation
external JSObject get grammars;
Implementation
external set grammars(JSObject value);