Share via


SpeechBookmarkOptions (SAPI 5.3)

Microsoft Speech API 5.3

SpeechBookmarkOptions Enum

The SpeechBookmarkOptions enumeration lists bookmark options.

Definition

  Enum SpeechBookmarkOptions
    SBONone = 0
    SBOPause = 1
End Enum

Elements

  • SBONone
    The recognition context will not pause when it encounters the bookmark.
  • SBOPause
    The recognition context will pause when it encounters the bookmark. This is the same as calling ISpeechRecoContext.Pause. The pause stops the speech recognition engine from processing any more data until Resume is called. In a paused state, the application can perform tasks such as changing grammars while the engine is at a known position in the stream. The application must explicitly begin processing afterward with ISpeechRecoContext.Resume.