Click or drag to resize

ITextToSpeechPlaybackChangeLanguage(String, String) Method

Changes the language of the TTS engine.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
bool ChangeLanguage(
	string language,
	string name
)

Parameters

language  String
The language of the given TTS voice
name  String
The name of the given TTS voice

Return Value

Boolean
See Also