startListening()
Tells the speech recognition engine to begin listening for commands.
Declaration
func startListening()Discussion
When a command is recognized the message speechRecognizer(_:didRecognizeCommand:) is sent to the delegate.
Tells the speech recognition engine to begin listening for commands.
func startListening()When a command is recognized the message speechRecognizer(_:didRecognizeCommand:) is sent to the delegate.