다음을 통해 공유


NSSpeechSynthesizer 생성자

정의

오버로드

NSSpeechSynthesizer()
NSSpeechSynthesizer(NSObjectFlag)
NSSpeechSynthesizer(IntPtr)
NSSpeechSynthesizer(String)

NSSpeechSynthesizer()

[Foundation.Export("init")]
public NSSpeechSynthesizer ();
특성

적용 대상

NSSpeechSynthesizer(NSObjectFlag)

protected NSSpeechSynthesizer (Foundation.NSObjectFlag t);
new AppKit.NSSpeechSynthesizer : Foundation.NSObjectFlag -> AppKit.NSSpeechSynthesizer

매개 변수

적용 대상

NSSpeechSynthesizer(IntPtr)

protected internal NSSpeechSynthesizer (IntPtr handle);
new AppKit.NSSpeechSynthesizer : nativeint -> AppKit.NSSpeechSynthesizer

매개 변수

handle
IntPtr

nativeint

적용 대상

NSSpeechSynthesizer(String)

[Foundation.Export("initWithVoice:")]
public NSSpeechSynthesizer (string voice);
new AppKit.NSSpeechSynthesizer : string -> AppKit.NSSpeechSynthesizer

매개 변수

voice
String
특성

적용 대상