Read original post at Kunal-Chowdhury.com
Do you want to add a functionality in your Windows Phone device which can actually listen to users voice or commands? Do you want the app to record the speech or convert the speech into a text string which you can save as a document?
Okay, this blog post will cover that topic for you today. Here we will discuss how to use the API to enable the speech recognition in your WP device.
The sealed class named “SpeechRecognizerUI”, comes under the namespace “Windows.Phone.Speech.Recognition” enables your Windows Phone device to enable speech recognition functionality. You can control whether to display a graphical user interface or not by modifying few properties.