Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SPBOOKMARKOPTIONS

SPBOOKMARKOPTIONS is used at the creation of a bookmark to specify whether the bookmark will pause a recognition context.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPBOOKMARKOPTIONS</strong> <strong>{</strong> <strong>SPBO_NONE,</strong> <strong>SPBO_PAUSE,</strong> <strong>SPBO_AHEAD,</strong> <strong>SPBO_TIME_UNITS</strong> <strong>} SPBOOKMARKOPTIONS</strong>; </pre>

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.