TtsEngineSsml(String) Constructeur

Définition

Construit une nouvelle instance TtsEngineSsml selon une clé de Registre appropriée de jeton de voix.

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)

Paramètres

registryKey
String

Nom complet de la clé de Registre pour le jeton de voix associée à l'implémentation de TtsEngineSsml. moteur.

Remarques

Les appels à ce constructeur sont généralement générés par des System.Speech.Synthesis applications basées sur la sélection d’une voix de synthétiseur à utiliser par une instance de SpeechSynthesizer .

Un TtsEngineSsml doit être inscrit sous HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.

S’applique à