Contents

delegate

The delegate for the speech recognizer object.

Declaration

weak var delegate: (any NSSpeechRecognizerDelegate)? { get set }

Discussion

The delegate must conform to the NSSpeechRecognizerDelegate protocol.

See Also

Handling the Recognition of a Spoken Command