Contents

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.

See Also

Listening