SpeechRecognitionEngineState Enumeration

Summary

Enumerates values that describe the recognition state.

Syntax

TypeScript
JavaScript
    enum SpeechRecognitionEngineState { 
        started = 0, 
        stopped = 1 
    } 
    enum SpeechRecognitionEngineState { 
        started = 0, 
        stopped = 1 
    } 

Members

Value Member Description
0 started Recognition has started
1 stopped Recognition has stopped

Requirements

Target Platforms

See Also

lt.SpeechRecognition Namespace

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

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