![]() |
SRCloseRecognitionSystem |
||||
Header: | SpeechRecognition.h | Carbon status: | Supported | |
Closes a recognition system when your application is finished using it (for example, just before your application quits).
OSErr SRCloseRecognitionSystem ( SRRecognitionSystem system );
A recognition system.
A result code.
The SRCloseRecognitionSystem function closes the recognition system specified by the system parameter. If any speech objects are still attached to that recognition system, they are disposed of and any references you have to those objects are thereby rendered invalid.
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)