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.
Related
I need to implement the audio to text converter in the Xamarin Uwp platform specific. I am able to record the audio and save that audio. But now I need to convert that audio file in to text file. If anyone can suggest me any working good example than it would be really good for me.
There is a Speech-To-Text API in UWP, but it's moslty for commanding, e.g. executing actions based on what the user is saying. At least that's what I've seen it used for. You can read about that here.
What you probably want is something like the speech recognition that Microsoft Cognitive Services offers. You can upload an audio file of up to 15 minutes and retrieve a transcript of the file. You can read about that here.
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.
Im trying to implement a pdf viewer for Win 8.1 app using https://msdn.microsoft.com/en-us/magazine/dn532207.aspx?f=255&MSPPError=-2147217396.
I need search text feature using this. I know Reader for Windows 8 does it, but i dont know how.
Can anyone help me please!
Thx!
check this great blog post with a summary of available components for WinRT.
http://blogs.msdn.com/b/paulwhit/archive/2013/02/15/pdf-view-components-for-windows-store-apps-winrt-xaml-c.aspx
You might check each component vendor specs as some have been enhanced since the time the article was written (ex : DevExpress PDF component for UWP supports search) BuiltIn PDF component purpose is to render documents, not manipulate. You can contact the dev team for feature requests.
http://blogs.technet.com/b/pdf_api_blog/
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
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