This topic has not yet been rated - Rate this topic

SPCFGNOTIFY (SAPI 5.3)

Speech API 5.3
Microsoft Speech API 5.3

SPCFGNOTIFY

SPCFGNOTIFY lists event notification information related to the addition, deletion, invalidation, activation, or deactivation of words and rules in the loaded grammars.

typedef enum SPCFGNOTIFY
{
    SPCFGN_ADD,
    SPCFGN_REMOVE,
    SPCFGN_INVALIDATE,
    SPCFGN_ACTIVATE,
    SPCFGN_DEACTIVATE
} SPCFGNOTIFY;

Elements

SPCFGN_ADD
Flag indicating that the grammar rule should be added.
SPCFGN_REMOVE
Flag indicating that the grammar rule should be removed.
SPCFGN_INVALIDATE
Flag indicating that the grammar rule should be invalidated.
SPCFGN_ACTIVATE
Flag indicating that the grammar rule should be activated.
SPCFGN_DEACTIVATE
Flag indicating that the grammar rule should be deactivated.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.