I am creating an app for Windows Phone 8. I have installed Visual Studio 2013 express Update 3. I am trying to implement a basic Text To Speech app. I have read the following documentation: http://msdn.microsoft.com/en-us/library/windows/apps/jj207057(v=vs.105).aspx
I am told to set the ID_CAP_SPEECH_RECOGNITION capabilities in the manifest. I got only:
What should I do?