package js.html
Available on jsThe
SpeechGrammarList
interface of the Web Speech API represents a list ofSpeechGrammar
objects containing words or patterns of words that we want the recognition service to recognize.Documentation SpeechGrammarList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
new ()
Throws:
null |
DOMError |
---|
read only length:Int
Returns the number of SpeechGrammar
objects contained in the SpeechGrammarList
.
addFromString (string:String, ?weight:Float):Void
Throws:
null |
DOMError |
---|
addFromURI (src:String, ?weight:Float):Void
Throws:
null |
DOMError |
---|
item (index:Int):SpeechGrammar
Throws:
null |
DOMError |
---|
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/SpeechGrammarList.html