Indicates the recognition process has started.
Object.defineProperty(SpeechRecognitionEngine.prototype, 'isStarted',
get: function()
)
Returns true
if the recognition has started; otherwise, false
. The default value is false
.
Indicates that the engine is ready to be used.