grammars property
JSObject
get
grammars
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;
set
grammars
(JSObject value)
Implementation
external set grammars(JSObject value);