ISpeechSynthesizerWrapperSelectVoice Method |
Selects a voice by name.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SelectVoice(
string name
)
Sub SelectVoice (
name As String
)
void SelectVoice(
String^ name
)
abstract SelectVoice :
name : string -> unit
Parameters
- name
- Type: SystemString
See Also