Previous Topic

Next Topic

Book Contents

Book Index

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

  • none
  • SAPI4
  • SAPI5
  • SSML

Return value

None

Previous Topic

Next Topic

Book Contents

Book Index


[Design Science Home]
Copyright © 1996-2016 Design Science, Inc. All rights reserved.