Carbon


SROpenRecognitionSystem

Header: SpeechRecognition.h Carbon status: Supported

Opens a recognition system.

OSErr SROpenRecognitionSystem (
    SRRecognitionSystem *system, 
    OSType systemID
);
Parameter descriptions
system

On return, a reference to the recognition system having the specified system ID.

systemID

A recognition system ID.

function result

A result code.

DISCUSSION

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.

AVAILABILITY

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)