ETcsRecognitionEngineState

State of the speech recognition engine.

Syntax

Definition:

TYPE ETcsRecognitionEngineState :
(
    TCS_ENGINE_UNKNOWN  := 0,
    TCS_ENGINE_STARTING := 1,
    TCS_ENGINE_STARTED  := 2,
    TCS_ENGINE_STOPPING := 3,
    TCS_ENGINE_STOPPED  := 4,
    TCS_ENGINE_FAILURE  := 5,
    TCS_ENGINE_PAUSED   := 6,
    TCS_ENGINE_INACTIVE := 7
)UDINT;
END_TYPE

Values

Name

Description

TCS_ENGINE_UNKNOWN

ASR-Engine in unknown state.

TCS_ENGINE_STARTING

ASR-Engine is starting up.

TCS_ENGINE_STARTED

ASR-Engine is started.

TCS_ENGINE_STOPPING

ASR-Engine is stopping.

TCS_ENGINE_STOPPED

ASR-Engine is stopped.

TCS_ENGINE_FAILURE

ASR-Engine is in failure state. See ErrorId for details.

TCS_ENGINE_PAUSED

ASR-Engine is paused.

TCS_ENGINE_INACTIVE

ASR-Engine is inactive.