Share via


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 레지스터 여야 합니다.

적용 대상