MonobjcMonobjc Documented Class Library
StopSpeakingAtBoundary Method (boundary)
NamespacesMonobjc.AppKitNSSpeechSynthesizerStopSpeakingAtBoundary(NSSpeechBoundary)

Stops synthesis in progress at a given boundary.

Original signature is '- (void)stopSpeakingAtBoundary:(NSSpeechBoundary)boundary'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void StopSpeakingAtBoundary(
	NSSpeechBoundary boundary
)
Public Overridable Sub StopSpeakingAtBoundary ( _
	boundary As NSSpeechBoundary _
)
public:
virtual void StopSpeakingAtBoundary(
	NSSpeechBoundary boundary
)
Parameters
boundary (NSSpeechBoundary)
Boundary at which to stop speech. The supported bound types are listed in “NSSpeechBoundary.”
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)