Microsoft Speech SDK
SAPI 5.1
SPBOOKMARKOPTIONS
SPBOOKMARKOPTIONS is used at the creation of a bookmark to specify whether the bookmark will pause a recognition context.
typedef enum SPBOOKMARKOPTIONS
{
SPBO_NONE,
SPBO_PAUSE
} SPBOOKMARKOPTIONS;
Members
- SPBO_NONE
- The recognition context will not be paused when the associated bookmark event occurs.
- SPBO_PAUSE
- The recognition context will be paused when the associated bookmark event occurs. See also ISpRecoContext::Pause.