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 enginenoneSAPI4SAPI5SSML Return value None Back to Document Composer API index Table of Contents C++ Visual Basic