I have got the speech API key as below image depicted but i am unable to find where to request? where is URL given?
- "http://www.google.com/speech-api/v2/recognize?output=json&lang=en-us&key="+ apiKey;
- "https://speech.googleapis.com/v1/speech:recognize?key=" + apiKey;
- "https://speech.googleapis.com/v1beta1/speech:syncrecognize?key=${" + apiKey + "}";
All are i guess wrong as i am getting DNS name resolution error. what is the correct URL (remember i didn't purchase the service yet), where i can find it.