Important: The information in this document is obsolete and should not be used for new development.
SROpenRecognitionSystem
You can use theSROpenRecognitionSystem
function to open a recognition system.
pascal OSErr SROpenRecognitionSystem ( SRRecognitionSystem *system, OSType systemID);
system
- On exit, a reference to the recognition system having the specified system ID.
systemID
- A recognition system ID. See "Recognition System IDs" on page 1-37 for the available system IDs.
DESCRIPTION
TheSROpenRecognitionSystem
function returns, in thesystem
parameter, a reference to the recognition system specified by thesystemID
parameter.SPECIAL CONSIDERATIONS
Generally, you should open a single recognition system when your application starts up and close it (by calling the functionSRCloseRecognitionSystem
) before your application exits.