Carbon


SRStopSpeech

Header: SpeechRecognition.h Carbon status: Supported

Terminates speech by the feedback character in a feedback window.

OSErr SRStopSpeech (
    SRRecognizer recognizer
);
Parameter descriptions
recognizer

A recognizer.

function result

A result code.

DISCUSSION

The SRStopSpeech function immediately terminates any speaking by the feedback character in the feedback window associated with the recognizer specified by the recognizer parameter.

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)