![]() |
SROpenRecognitionSystem |
||||
Header: | SpeechRecognition.h | Carbon status: | Supported | |
Opens a recognition system.
OSErr SROpenRecognitionSystem ( SRRecognitionSystem *system, OSType systemID );
On return, a reference to the recognition system having the specified system ID.
A recognition system ID.
A result code.
Generally, you should open a single recognition system when your application starts up and close it (by calling the function SRCloseRecognitionSystem) before your application exits.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/10/2000)