MonobjcMonobjc Documented Class Library
SpeechSynthesizerDidFinishSpeaking Method (sender, success)
NamespacesMonobjc.AppKitINSSpeechSynthesizerDelegateSpeechSynthesizerDidFinishSpeaking(NSSpeechSynthesizer, Boolean)

Sent when an NSSpeechSynthesizer object finishes speaking through the sound output device.

Original signature is '- (void)speechSynthesizer:(NSSpeechSynthesizer *)sender didFinishSpeaking:(BOOL)success'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SpeechSynthesizerDidFinishSpeaking(
	NSSpeechSynthesizer sender,
	bool success
)
Sub SpeechSynthesizerDidFinishSpeaking ( _
	sender As NSSpeechSynthesizer, _
	success As Boolean _
)
void SpeechSynthesizerDidFinishSpeaking(
	NSSpeechSynthesizer^ sender, 
	bool success
)
Parameters
sender (NSSpeechSynthesizer)
An NSSpeechSynthesizer object that has stopped speaking into the sound output device.
success (Boolean)
YES when speaking completed normally, NO if speaking is stopped prematurely for any reason.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)