NSSpeechRecognizerDelegate.DidRecognizeCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("speechRecognizer:didRecognizeCommand:")]
public virtual void DidRecognizeCommand (AppKit.NSSpeechRecognizer sender, string command);
abstract member DidRecognizeCommand : AppKit.NSSpeechRecognizer * string -> unit
override this.DidRecognizeCommand : AppKit.NSSpeechRecognizer * string -> unit
Parameters
- sender
- NSSpeechRecognizer
- command
- String
- Attributes