OnWordBound
The OnWordBound event occurs when it reachs the beginning of a word.
Event OnWordBound(
CharPos As Long, CharLen As Long)
Parameters
- CharPos
-
Character offset at the beginning of the word being synthesized.
- CharLen (For SAPI 5.1 only)
-
Character length of the word in the current input stream being synthesized.
Remarks
- None.
See Also
- None.