TtsEngineSsml(String) Costruttore

Definizione

Costruisce una nuova istanza di basata su una chiave del Registro di TtsEngineSsml sistema del token vocale appropriata.

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 TtsEngineSsml . Motore.

Commenti

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

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

Si applica a