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.Constructs a new instance of TtsEngineSsml based on an appropriate Voice Token registry key.

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.Full name of the registry key for the Voice Token associated with the TtsEngineSsml implementation. mecanismo.engine.

Comentários

As chamadas para esse construtor normalmente são geradas por System.Speech.Synthesis aplicativos baseados, selecionando uma voz do sintetizador a ser usada por uma instância do SpeechSynthesizer .Calls to this constructor are typically generated by System.Speech.Synthesis based applications selecting a synthesizer voice to be used by an instance of SpeechSynthesizer.

Um TtsEngineSsml deve ser registrado em HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.A TtsEngineSsml must be register under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens.

Aplica-se a