Hacker News new | ask | show | jobs
by Caligula 4145 days ago
I find it terribly confusing. It does not explain what instances are, do I need an instance to access some of the services?

I just want to access some services via API from my own servers. I think the documentation is not that good, there should be curl examples at least. For instance, for the STT or TTS include some curl examples.

Does the STT have speaker identification or does it output text in one stream?

I tried to access: https://gateway-s.watsonplatform.net:8443/speech-to-text-bet...

I used my bluemix l/p. It did not work. Are there other api credentials that are needed?

1 comments

Yes, the API credentials for the service are different from the Bluemix login. To get the API credentials, you have to create a service through Bluemix, bind it to a Bluemix application and get the credentials from the VCAP_SERVICES of that Bluemix app. There's a getting started page describing these steps at http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercl... (We hope to make this process simpler in the future!)
Also in terms of usage, If we are using STT, how many simultaneous jobs can run on one watson app/service? Or is it a 1-1 ratio?
Thanks. Also, Does the STT have speaker identification/diaritization or does it output all merged text in one stream?
The code that is being used in the demo: https://speech-to-text-demo.mybluemix.net

is in the watson-developer-cloud organization in github: https://github.com/watson-developer-cloud/speech-to-text-nod...

In fact, all the samples have the code there.

At present it does not do diarization, all text is output in one stream.