Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Speech Recognition Manager /
Chapter 1 - Speech Recognition Manager / Speech Recognition Manager Reference
Speech Recognition Manager Routines / Opening and Closing Recognition Systems


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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997