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.
The delegate for the speech recognizer object.
weak var delegate: (any NSSpeechRecognizerDelegate)? { get set }The delegate must conform to the NSSpeechRecognizerDelegate protocol.