MonobjcMonobjc Documented Class Library
NSSpeechBoundary Enumeration
NamespacesMonobjc.AppKitNSSpeechBoundary

These constants are used to indicate where speech should be stopped and paused. See pauseSpeakingAtBoundary: and stopSpeakingAtBoundary:.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSSpeechBoundary
Public Enumeration NSSpeechBoundary
public enum class NSSpeechBoundary
Members
MemberDescription
NSSpeechImmediateBoundary

Speech should be paused or stopped immediately.

Available in Mac OS X v10.5 and later.


NSSpeechWordBoundary

Speech should be paused or stopped at the end of the word.

Available in Mac OS X v10.5 and later.


NSSpeechSentenceBoundary

Speech should be paused or stopped at the end of the sentence.

Available in Mac OS X v10.5 and later.


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)