Platform SDK: Web Telephony Engine

WTEApplication.TTSParameters Property

The TTSParameters property sets or retrieves a string that encapsulates the TTSMODEINFO and TTSMODEINFORANK structures.

Syntax

WTEApplication.TTSParameters [ = sParameters ]

Possible Values

sParameters
String specifying fields and corresponding values in the following format: "field1=value1;field2=value2;...". Not all fields should be specified. The ranking is determined by the field order in the string. Possible fields and values include:

EngineID - GUID

MfgName - String

ProductName - String

ModeID - GUID

ModeName - String

LanguageID - Number (WORD)

Dialect - String

Speaker - String

Style - String

Gender - Number (WORD)

Age - Number (WORD)

Features - Number (DWORD)

Interfaces - Number (DWORD)

EngineFeatures - Number (DWORD)

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

RenderTTS, WTEApplication