Articles tagged: SpeechGrammarList
Found 6 documents
- Web/API/SpeechGrammarList The SpeechGrammarList interface of the Web Speech API represents a list of SpeechGrammar objects ...
- Web/API/SpeechGrammarList/addFromString The addFromString() method of the SpeechGrammarList interface takes a grammar present in a ...
- Web/API/SpeechGrammarList/addFromURI The addFromURI() method of the SpeechGrammarList interface takes a grammar present at a specific ...
- Web/API/SpeechGrammarList/item The item getter of the SpeechGrammarList interface is a standard getter — it allows individual ...
- Web/API/SpeechGrammarList/length The length read-only property of the SpeechGrammarList interface returns the number of ...
- Web/API/SpeechGrammarList/SpeechGrammarList The SpeechGrammarList() constructor creates a new SpeechGrammarList object instance.