Upravit

Sdílet prostřednictvím


NSSpeechSynthesizer Constructors

Definition

Overloads

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

NSSpeechSynthesizer()

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

Applies to

NSSpeechSynthesizer(NSObjectFlag)

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

Parameters

Applies to

NSSpeechSynthesizer(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSSpeechSynthesizer(String)

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

Parameters

voice
String
Attributes

Applies to