Definition
Web Speech API defines SpeechGrammar
// The object representing a speech grammar
[Exposed=Window]
interface SpeechGrammar {
attribute DOMString src;
attribute float weight;
};
SpeechGrammar
interfaceWeb Speech API defines SpeechGrammar
// The object representing a speech grammar
[Exposed=Window]
interface SpeechGrammar {
attribute DOMString src;
attribute float weight;
};
SpeechGrammar