简体   繁体   中英

Capabilities tab Windows Phone 8.1 SDK weird

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?

By the look of the screenshot, it is clear that you are trying to create an app in WinRT based platform.

The link provided by you is for Silverlight based Platform.

Applies to: Windows Phone 8 and Windows Phone Silverlight 8.1 only

For WP8 and WP8.1 Silverlight, you have to select the project having "(Windows Phone Silverlight)" at the end.

However, in order to achieve Text To Speech in the current app you might want to have a look at this

As I can see your app is WinRT app. But you are trying to use documentation for Silverlight for Windows Phone.

So if you need to use Text-To-Speech on WinRT you can start here
And if you need to use Speech Recognition on WinRT you can start here

Or you need to create new Silverlight for Windows Phone project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM