TtsEngineSsml(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于相应的语音标记注册表项构建新的 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 下进行注册。