TtsEngineSsml(String) Konstruktor

Definicja

Tworzy nowe wystąpienie TtsEngineSsml na podstawie odpowiedniego klucza rejestru tokenu głosowego.

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)

Parametry

registryKey
String

Pełna nazwa klucza rejestru tokenu głosowego skojarzonego z implementacją TtsEngineSsml . Silnika.

Uwagi

Wywołania tego konstruktora są zwykle generowane przez System.Speech.Synthesis aplikacje oparte na wybraniu głosu syntetyzatora, który ma być używany przez wystąpienie klasy SpeechSynthesizer.

Należy TtsEngineSsml zarejestrować się w HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.

Dotyczy