TtsEngineSsml(String) Construtor

Definição

Constrói uma nova instância de TtsEngineSsml com base em uma chave do Registro de Token de Voz apropriada.

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)

Parâmetros

registryKey
String

Nome completo da chave do Registro para o Token de Voz associado à implementação do TtsEngineSsml. mecanismo.

Comentários

As chamadas para esse construtor normalmente são geradas por aplicativos baseados selecionando uma voz do sintetizador System.Speech.Synthesis a ser usada por uma instância do SpeechSynthesizer .

Um TtsEngineSsml deve ser registrado em HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.

Aplica-se a