Click or drag to resize

ITextToSpeechPlaybackChangeLanguage Method (String, String)

Changes the language of the TTS engine.

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

Parameters

language
Type: SystemString
The language of the given TTS voice
name
Type: SystemString
The name of the given TTS voice

Return Value

Type: Boolean
See Also