SROpenRecognitionSystem
You can use the SROpenRecognitionSystem 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
The SROpenRecognitionSystem function returns, in the system parameter, a reference to the recognition system specified by the systemID parameter.
SPECIAL CONSIDERATIONS
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.