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 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.