Share via


TtsEngineSsml(String) Costruttore

Definizione

Costruisce una nuova istanza di TtsEngineSsml in base a una chiave del Registro di sistema appropriata per il token vocale.

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)

Parametri

registryKey
String

Nome completo della chiave del Registro di sistema per il token vocale associato all'implementazione di TtsEngineSsml. motore.

Commenti

Le chiamate a questo costruttore vengono in genere generate dalle System.Speech.Synthesis applicazioni basate che selezionano una voce del sintetizzatore da usare da un'istanza di SpeechSynthesizer.

Deve TtsEngineSsml essere registrato in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.

Si applica a