MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
NSSpeechRecognizerMBS.BlocksOtherRecognizers as boolean
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should block all other recognizers (that is, other applications attempting to understand spoken commands) when listening.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should block all other recognizers (that is, other applications attempting to understand spoken commands) when listening.
class NSSpeechRecognizerMBS
class, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The class to handle the cocoa speech recognition.
Notes: Available in Mac OS X v10.3 and later.
class, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The class to handle the cocoa speech recognition.
Notes: Available in Mac OS X v10.3 and later.
NSSpeechRecognizerMBS.commands as NSSpeechStringArrayMBS
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Returns the current list of commands.
Notes: Returns nil on any error.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Returns the current list of commands.
Notes: Returns nil on any error.
NSSpeechRecognizerMBS.DidRecognizeCommand(command as string)
event, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Invoked when the recognition engine has recognized the application command command.
Notes: command is one of the strings from the array passed to setCommands. The delegate typically evaluates which command was recognized and performs the related action.
event, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Invoked when the recognition engine has recognized the application command command.
Notes: command is one of the strings from the array passed to setCommands. The delegate typically evaluates which command was recognized and performs the related action.
NSSpeechRecognizerMBS.DisplayedCommandsTitle as string
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Returns the title of the commands section or "" if there is no title.
Notes: Commands are displayed in the Speech Commands window indented under a section with this title.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Returns the title of the commands section or "" if there is no title.
Notes: Commands are displayed in the Speech Commands window indented under a section with this title.
NSSpeechRecognizerMBS.ListensInForegroundOnly as boolean
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should only enable its commands when the receiver’s application is the frontmost one.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should only enable its commands when the receiver’s application is the frontmost one.
NSSpeechRecognizerMBS.setBlocksOtherRecognizers(value as boolean)
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should block all other recognizers (that is, other applications attempting to understand spoken commands) when listening.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should block all other recognizers (that is, other applications attempting to understand spoken commands) when listening.
NSSpeechRecognizerMBS.SetCommands(commands() as string)
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Sets the list of commands for which the receiver should listen to commands.
Notes: If the receiver is already listening, the current command list is updated and listening continues. commands should be an array of strings. The commands must be in U.S. English.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Sets the list of commands for which the receiver should listen to commands.
Notes: If the receiver is already listening, the current command list is updated and listening continues. commands should be an array of strings. The commands must be in U.S. English.
NSSpeechRecognizerMBS.setDisplayedCommandsTitle(title as String)
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Sets the title of the commands section or "" if there is no title.
Notes: Commands are displayed in the Speech Commands window indented under a section with this title.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Sets the title of the commands section or "" if there is no title.
Notes: Commands are displayed in the Speech Commands window indented under a section with this title.
NSSpeechRecognizerMBS.setListensInForegroundOnly(value as boolean)
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should only enable its commands when the receiver’s application is the frontmost one.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 7.2, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Whether the receiver should only enable its commands when the receiver’s application is the frontmost one.
NSSpeechRecognizerMBS.StartListening
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Tells the speech recognition engine to begin listening for commands.
Notes: When a command is recognized the message didRecognizeCommand is called.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Tells the speech recognition engine to begin listening for commands.
Notes: When a command is recognized the message didRecognizeCommand is called.
NSSpeechRecognizerMBS.StopListening
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Tells the speech recognition engine to suspend listening for commands.
method, Speech, MBS Cocoa Plugin (NSSpeechRecognizer), class NSSpeechRecognizerMBS, Console safe, Plugin version: 6.4, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Tells the speech recognition engine to suspend listening for commands.
The items on this page are in the following plugins: MBS Cocoa Plugin.
Monkeybread Software Realbasic Plugins - Pfarrgemeinderat St. Arnulf Nickenich