marker_mode

Specifies the types of markers, such as bookmarks, to deliver.

Value

A bitmask of zero or more of the following:

  • TTS_MRK_SENTENCE (0x0001) for sentence markers
  • TTS_MRK_WORD (0x0002) for word markers
  • TTS_MRK_PHONEME (0x0004) for phoneme markers
  • TTS_MRK_BOOK (0x0008) for bookmarks
  • TTS_MRK_PARAGRAPH (0x0200) for paragraph markers

DEFAULT: TTS_MRK_BOOK

How to set

Shown in precedence order (see Configuration precedence):

In the application's session xml in the <speechsynth> section of <sessionparameters>.

Set in a Vocalizer configuration file (tts_config.xml).

API—Set as TTS_PARAM_MARKER_MODE in TtsSetParamsEx.

Usage

Rarely changed.