package js.html
Available on jsThe
SpeechRecognitionAlternative
interface of the Web Speech API represents a single word that has been recognised by the speech recognition service.Documentation SpeechRecognitionAlternative by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only confidence:Float
Returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.
read only transcript:String
Returns a string containing the transcript of the recognised word.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/SpeechRecognitionAlternative.html