August 2017
Beginner to intermediate
406 pages
8h 47m
English
The last part of the functionality we need to add is giving the user the ability to get assistance finding an item. For this, we will be using--voice. In this example, we will be using a prebuilt class bundled with the starter project, but will go into the details later on in this book, when we explore different modes of interaction. The class we will be making use of is the appropriately named SpeechManager. This class provides a very minimalist implementation for speech recognition; for each tag we identify, we add to SpeechManager via the asynchronous method AddTagsAsync, which will create phrases using the prefixes:
When a phrase is recognized, SpeechManager will broadcast the OnPhraseRecognized ...
Read now
Unlock full access