Ayush Sharma
Ayush Sharma

Reputation: 77

How could I convert my speech to text using twilio from my desktop?

I am comparing the prformance of different Speech APIs just wanna know is there any way in twilio which would allow me to convert my speech to text simply from my desktop. I used speech recognition API of twilio but I guess it works when you make or recieve a call or something like that. I want to use it like any other api in microsoft or ibm.

Upvotes: 1

Views: 375

Answers (1)

YisraelU
YisraelU

Reputation: 372

Twilio's speech recognition is not an API that you can initiate even via creating a call. Its only accessible as part of a TWIML(the Gather) , which you can send in response to Twilio's request for instructions. So you cannot use it for your purpose or any other standalone speech to text system

Upvotes: 1

Related Questions