![]() |
Determining Speech Recognition Manager Attributes |
Header: Gestalt.h |
enum { gestaltSpeechRecognitionAttr = 'srta', gestaltDesktopSpeechRecognition = 1, gestaltTelephoneSpeechRecognition = 2 };
The selector which you pass to the Gestalt function to determine the Speech Recognition Manager attributes.
If this bit is set, the Speech Recognition Manager supports the desktop microphone.
If this bit is set, the Speech Recognition Manager supports telephone input. In versions 1.5 and earlier, this bit is always 0.
You can pass the gestaltSpeechRecognitionAttr selector to the Gestalt function to get the attributes of the Speech Recognition Manager. Gestalt returns information to you by returning a long word in the response parameter. The returned values are defined by these constants.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)