contents.gifindex.gifprev1.gifnext1.gif

Index Mark [:index mark]

Index Mark commands are used to report the progress of the text as it is spoken. Index marks are position markers; they do not modify heuristics or word pronunciations in any way. The index mark sequence inserts a flag into the text stream. When DECtalk Software encounters an Index Mark command, a message is sent to the calling application . Index marks cannot be put in the middle of a word. This command is synchronous. If a callback function or window procedure is not specified in the startup function, index marks in the text are ignored.

SYNTAX:
[:index mark DD]
ABBREVIATION:
[:inde DD]
ALTERNATE COMMAND:
none
OPTIONS:
none
PARAMETERS:
Numeric index mark value
DEFAULT:
none


EXAMPLES:
[:index mark 01]

Note
This command is not recommended for use with the Microsoft Speech API (SAPI). This was designed for the
DECtalk Speech API (DAPI) only.


Related topics