| TextToSpeechChangeVoice Method  | 
            Changes the voice of the TTS engine.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool ChangeVoice(
	string name
)
Public Function ChangeVoice ( 
	name As String
) As Boolean
public:
bool ChangeVoice(
	String^ name
)
member ChangeVoice : 
        name : string -> bool 
Parameters
- name
 - Type: SystemString
The name of the given TTS voice 
Return Value
Type: 
Boolean
See Also