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 / Using the System Feedback Window


SRDrawText

You can use the SRDrawText function to draw output text in the feedback window.

pascal OSErr SRDrawText (
SRRecognizer recognizer,
const void *dispText, 
Size dispLength);
recognizer
A recognizer.
dispText
The address of a buffer that contains the text to be drawn.
dispLength
The size, in bytes, of the specified text.
DESCRIPTION
The SRDrawText function draws the text specified by the dispText and dispLength parameters in the transcript portion of the feedback window associated with the recognizer specified by the recognizer parameter. The text is drawn in the style characteristic of all output text.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997