W3cubDocs

/Haxe JavaScript

SpeechRecognitionAlternative

package js.html

@:native("SpeechRecognitionAlternative") 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:

Variables

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–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SpeechRecognitionAlternative.html