I am developing application in C# for speech recognition. I want to use google speech api for that purpose. I am developing application for this scenario
for Example:
I: I need your help my Computer?
Application: What type of help you required for me.
I generate key from Google cloud platform--> API ID manager--> credential.
I take code from here How to use google speech recognition api in c#?
Help me out how to solve this problem?
Related
About Microsoft azure Translator Speech API Documentation you can convert text-to-speech, but there is no clear code , guidance to do it.
If you have any clue about, please write an example of TEXT-TO-SPEECH using azure speech translation API.
After contact to Microsoft support team, TEXT-TO-SPEECH is an separate service, you should have subscription for it, its not include in SPEECH api.
I am developing application which require Aadhar card authentication using C#.Net MVC.
I had already refer most of blogs for implement Aadhar card API in C#.Net, but unable to find appropriate solution for it.
Can you please help me regarding this issue.
Finally, I found the solution at aadhar birdge APIs.
Fully documented solution for Aadhar integration using seamless platform (Authentication and e-KYC and MOU) in your Desktop application and Android SDK and Android Sample Application with JSON request.
I'm writing a tool to check a phone number that registered Facebook account or not by using C#. But I don't know which Graph API do Facebook support to C# to do this.
The answer is very simple and obvious: You can't.
I am looking for a Google Speech Recognition API, but I was not able to find any. Google has started service of Hindi Speech Recognition, as an example:- If I say "Kahan jaa rahe ho", then it searches for "Kahan jaa rahe ho" which means it converts speech to text. All I want is that my app should recognize what I say and give that Hinglish Text as output. Can anyone tell me how can I achieve this or any link to documentation, I've already checked an online service (https://dictation.io). I want to implement the same in my app.
Check out the following links- How to use google speech recognition api in c#?
Google speech to text API in C#
https://gist.github.com/satana/75e639434b66e6c62e18
This seems to contain a working example - https://googlespeechtotext.codeplex.com/
Are there any Google Speech Recognition API document filed for Window Phone ? I am currently doing my Final Year Project as a student and need implement Google Speech Recognition .
I saw app's like VoiceTranslator For Windows Phone which is powered by Google's Engines.
Hence , is there any document that I could refer to to implement Google Speech Recognition API in my window phone Application ?
Or Are there any other Speech Recognizer Service I can benefits from?
J.A.R.V.I.S. Java Speech API uses Google services for the synthesizer and recognizer. Internet connection is required for the service to function.
What you can do is to take the precompiled JAR (here) and include it in your C# application. You can check this SO post -- Use a .jar java library API in C#? for information on how to include the JAR in .NET program. One thing to note though, I believe this is not an official solution provided by Google.
You can utilize Google Speech Engine with http connection. It's a kind of hook.
More info here: http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/
I made it work for Android, but for Wp it is also feasible.