isStarted Property

Summary

Indicates the recognition process has started.

Syntax

TypeScript
JavaScript
Object.defineProperty(SpeechRecognitionEngine.prototype, 'isStarted', 
	 get: function() 
) 
        readonly isStarted: boolean; 

Property Value

Returns true if the recognition has started; otherwise, false. The default value is false.

Remarks

Indicates that the engine is ready to be used.

Requirements

Target Platforms

See Also

SpeechRecognitionEngine

SpeechRecognitionEngine Members

lt.SpeechRecognition Namespace

Help Version 22.0.2022.12.22
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.