In the previous chapter, you learned how to do simple speech recognition. However since there are multiple ways to say the same thing, recognizing voice commands can be difficult when commands get more complex than simple one-word options. To help your app recognize more complicated voice commands, you can add the features of Siri to your app through the SiriKit framework.
Siri essentially takes care of the difficult task of recognizing words and turning them into commands. Then your app has the task of responding to voice commands identified through Siri. Once your app identifies ...