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 / Creating Language Objects


SRNewPath

You can use the SRNewPath function to create a new path.

pascal OSErr SRNewPath (SRRecognitionSystem system, SRPath *path);
system
A recognition system.
path
On exit, a reference to a new empty path associated with the specified recognition system.
DESCRIPTION
The SRNewPath function returns, in the path parameter, a reference to a new empty path associated with the recognition system specified by the system parameter. You can then add objects to a path by calling the SRAddText or SRAddLanguageObject functions.

SPECIAL CONSIDERATIONS
You should call the SRReleaseObject function to release the path reference returned by SRNewPath when you're done using it.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997