watson-developer-cloud / node-red-labs

Node-RED labs on the use of the Watson Developer Cloud services
MIT License
209 stars 367 forks source link

text to speech #202

Closed mimoraes closed 6 years ago

mimoraes commented 6 years ago

"Required type for parameter 'text' is basestring. Got type list instead."

mimoraes commented 6 years ago

worked msg.payload = msg.payload.output.text[0]; return msg;