TtsEngineSsml(String) Constructor

Definition

Constructs a new instance of TtsEngineSsml based on an appropriate Voice Token registry key.

protected:
 TtsEngineSsml(System::String ^ registryKey);
protected TtsEngineSsml (string registryKey);
new System.Speech.Synthesis.TtsEngine.TtsEngineSsml : string -> System.Speech.Synthesis.TtsEngine.TtsEngineSsml
Protected Sub New (registryKey As String)

Parameters

registryKey
String

Full name of the registry key for the Voice Token associated with the TtsEngineSsml implementation. engine.

Remarks

Calls to this constructor are typically generated by System.Speech.Synthesis based applications selecting a synthesizer voice to be used by an instance of SpeechSynthesizer.

A TtsEngineSsml must be register under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.

Applies to