SPBOOKMARKOPTIONS (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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,
    SPBO_AHEAD,
    SPBO_TIME_UNITS
} 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.
SPBO_AHEAD
Allows a book mark to be set relative to and ahead of the current position.
SPBO_TIME_UNITS
Specifies that the value passed to the bookmark method is in 100 nanosecond units. If absent, the value is in bytes.