Is speech recognition API available in windows store app? - windows

I am working on a windows store app, and intend to add tts to it. can anyone tell me whether speech recognition API available in windows store app?

Bing speech recognition control has been released recently. Please refer http://msdn.microsoft.com/en-us/library/dn434583.aspx

Related

Interact with Google Actions through Google Assistant SDK

I'm working on my own voice assistant based on the Google Assistant SDK. Now I'm wondering if it's possible to also communicate with custom Google Actions. (such as games and other actions that are not built-in to the SDK itself)
Thanks in advance!
Yes, when using the Assistant SDK, you have access to a fully functioning Assistant - including Actions.

Google Drive-Picker custom for mobile

I see that google drive picker have a minimum size frame, it can't be responsive on mobile web view. But I saw an extension google drive on slack and it's responsive.
Anybody know how to build google drive picker like extension on slack? Is drive picker actually able to modify to make it responsive or is it customize by Google Drive API?
Any tutorial reference is apreciate. Thanks
There is currently no specific tutorial with regard to mobile support of Picker API for mobile devices. I believe that the Slack team has written their own implementation for the interface and just makes calls to Drive REST API. So if you like the same functionality, it is expected that you also write your own.
This SO thread seems to confirm this also.

Opening google earth api in mobile web browser

I wrote a web site with google earth api and it is working fine.
I want to open this site via mobile browser, and it's giving me the following error:
"the plug-in of google earth is available only for win and mac".
How can i get through it?
Thanks.
:)
I am having a similar issue. I wish to try and use Android WebView instead of setting up GooglePlayServices at this time for an art project
I have the example loading just fine on Windows and Mac, but I need this for my Android art project.
My source code can be viewed at this link below:
www.rennakanote.com/earthdraw
I will attempt to see what I can try from Google Maps V3 APIs as per your instruction JasonM1 and see if I find a way to load this in Android.
Unfortunately, the Google Earth Plugin and Google Earth API is currently only supported on the Windows and Mac platforms.
Full list of which OS versions and browsers are supported can be found here:
https://developers.google.com/earth/documentation/index#installing_the_google_earth_plugin
The mobile version as well as the Linux version of Google Earth does not currently support the Google Earth plugin.
If you redesign your web site using Google Maps V3 APIs then it would be supported by mobile and desktop web browsers. Google Earth is a thick desktop and has restrictions especially with respect to mobile devices that a pure web application such as using Google Maps APIs can avoid.
Although the Google Earth plugin doesn't work on mobile devices, both Android and iOS devices have a Google Earth app available for them.
Thus a good way to show your data on both desktop and mobile devices is simply to publish it as a KML file, which will load in all versions of the program. The mobile devices don't actually offer a "load file" option, but instead rely on the fact that if you present the device with a KML file with the correct mime type, then the system works out that the Google Earth app is the appropriate one to display the file.

WP7 - Text to speech API

I'm finding it impossible to create any form of text to speech program. I've scoured the internet and can only find two examples, neither of which work. I've already got and used my Bing app ID so it's not a missing ID causing the problem.
Does anybody know where there is a working example or could provide some sample (functioning!) code.
Thanks.
In Windows Phone Platform if you want get be work with Text To Speech. There are be have two you can be choose:
【1】Bing Search Text To Speech Service :http://www.codeproject.com/Articles/259727/Text-to-speech-in-windows-phone7
【2】About TTX Nuance Dragon SDK have Been Support Windows Phone Platform : http://www.nuance.com/for-developers/dragon/index.htm

Is it possible to use Speech Recognition module in my application?

I saw a picture in #Matthieu's blog http://wp7wonders.wordpress.com/ yesterday(sorry,I can't find it now.
This picture have a textbox within a microphone icon just like the search page in phone.
My qusetion is can I use this feature in my application?How?
thanks.
There are no on-device or framework assemblies that you can use to perform speech recognition directly in your applications. However, Kevin Marshall has a blog post that shows how to implement speech recognition by using Web services that use System.Speech and the microphone.

Resources