Поделиться через


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
Атрибуты

Применяется к