Answered by:
Speech to text

Question
-
Hi,
I want to add speech to text in windows 8 store app. how can I do this using Microsoft Translator Api
Any idea?
- Edited by Rai Rafaqat Ali Monday, September 2, 2013 7:02 AM
Monday, September 2, 2013 7:02 AM
Answers
-
I recently started searching the internet for speech to text (speech recognition) api or coding for windows 8 app development. What I've found is that people who answer these inquiries are almost always dyslexic about the phrase. 95% of the cases when a person asks about speech to text, people will answer en mass about text to speech.
I saw your question last night and I immediately predicted that the first answer to your question will be about text to speech. I should really apply to be a fortune teller.
Anyway, to answer your question, windows 8 does not have an api for speech to text, or speech recognition. However, there is a poorly documented speech recognition api for 8.1. For now, the documentation for it is completely written in programming jargon to prevent us amateurs from understanding. I think it's their way of being the equivalent to Linux 1337.
Hopefully, better documentation will arrive soon.
- Marked as answer by Anne Jing Friday, September 6, 2013 1:19 PM
Monday, September 2, 2013 6:25 PM -
Hi, Rai
Just as huge_newbie says, there is no in-box API for this for Windows Store apps, so you will need to find a 3rd party API or call out to a web service to do the translation.
Best Wishes!
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- Marked as answer by Anne Jing Friday, September 6, 2013 1:19 PM
Tuesday, September 3, 2013 7:28 AM
All replies
-
Monday, September 2, 2013 12:29 PM
-
Thanks Ken
But your given link does not help in my problem because it is for text to speech but I need speech to text
Monday, September 2, 2013 1:15 PM -
I recently started searching the internet for speech to text (speech recognition) api or coding for windows 8 app development. What I've found is that people who answer these inquiries are almost always dyslexic about the phrase. 95% of the cases when a person asks about speech to text, people will answer en mass about text to speech.
I saw your question last night and I immediately predicted that the first answer to your question will be about text to speech. I should really apply to be a fortune teller.
Anyway, to answer your question, windows 8 does not have an api for speech to text, or speech recognition. However, there is a poorly documented speech recognition api for 8.1. For now, the documentation for it is completely written in programming jargon to prevent us amateurs from understanding. I think it's their way of being the equivalent to Linux 1337.
Hopefully, better documentation will arrive soon.
- Marked as answer by Anne Jing Friday, September 6, 2013 1:19 PM
Monday, September 2, 2013 6:25 PM -
Hi, Rai
Just as huge_newbie says, there is no in-box API for this for Windows Store apps, so you will need to find a 3rd party API or call out to a web service to do the translation.
Best Wishes!
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- Marked as answer by Anne Jing Friday, September 6, 2013 1:19 PM
Tuesday, September 3, 2013 7:28 AM -
Bing released a speech to text control you might want to look into. You should find it available in the Visual Studio gallery or download it as VSIX package. See @ http://msdn.microsoft.com/en-us/library/dn434583.aspx
Gabriel GHIZILA [MSFT] --Posting is provided "AS IS" with no warranties, and confers no rights.
Tuesday, November 26, 2013 9:02 PM