Share via


SPBOOKMARKOPTIONS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines notifications for bookmark events.

Syntax

typedef enum SPBOOKMARKOPTIONS{
  SPBO_NONE = 0,
  SPBO_PAUSE = 1
} SPBOOKMARKOPTIONS;

Elements

  • SPBO_NONE
    Do not pause speech recognition context when associated bookmark event occurs.
  • SPBO_PAUSE
    Pause recognition context when associated bookmark event occurs.

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations
ISpRecoContext::Pause