W3cubDocs

/Haxe JavaScript

SpeechRecognitionAlternative

package js.html

Available on js

The 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 also:

Variables

read onlyconfidence:Float

Returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.

read onlytranscript:String

Returns a string containing the transcript of the recognised word.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SpeechRecognitionAlternative.html