speechRecognized Property
Summary
Provides the SpeechRecognizedEventType
after completing recognition.
Syntax
Object.defineProperty(SpeechRecognitionEngine.prototype, 'speechRecognized',
get: function()
)
readonly speechRecognized: SpeechRecognizedEventType;
Property Value
The SpeechRecognizedEventType
created when completing the recognition task.
Requirements
Target Platforms
See Also
SpeechRecognitionEngine
SpeechRecognitionEngine Members
lt.SpeechRecognition Namespace