PromptBuilder::StartVoice Method (String^)

 

Instructs the synthesizer to change the voice in the PromptBuilder object and specifies the name of the voice to use.

Namespace:   System.Speech.Synthesis
Assembly:  System.Speech (in System.Speech.dll)

public:
void StartVoice(
	String^ name
)

Parameters

name
Type: System::String^

The name of the voice to use.

To get information about which voices are installed, use one of the GetInstalledVoices methods.

To stop using the voice specified by StartVoice call EndVoice.

.NET Framework
Available since 3.0
Return to top
Show: