IBM-Cloud / phonebot

Slackbot using IBM Watson and Twilio to make phone calls via slack commands
MIT License
237 stars 32 forks source link

Add support for "interim results" from text to speech service #6

Open jthomas opened 9 years ago

jthomas commented 9 years ago

Watson Speech To Text service supports returning interim translation results, showing you the partial translation results as they are received. We are currently using batch mode, returning only the full result. If this mode returns partial results faster than the batch mode, give the user to option to turn it on. Interim results should be updated in the channel as they come in.