SetSpeechTags
The speech strings returned can be targeted at specific TTS (Text To Speech) engines. The standards currently supported are none, SAPI4, SAPI5, and SSML. The default is none.
C++
HRESULT SetSpeechTags([in] BSTR tags);
Visual Basic
Public Function SetSpeechTags (
tags As String
) As Long
Parameters
tags
|
[in] target TTS engine
|
Return value
None
|