TtsEngineSsml(String) 构造函数

定义

基于相应的语音标记注册表项构建新的 TtsEngineSsml 实例。

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)

参数

registryKey
String

TtsEngineSsml 实现相关的语音标记的注册表项的全名。 引擎。

注解

对此构造函数的调用通常由 System.Speech.Synthesis 基于的应用程序生成,这些应用程序选择要由实例使用的合成器声音 SpeechSynthesizer

TtsEngineSsml必须在 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens 下进行注册。

适用于