node-cognitive-services icon indicating copy to clipboard operation
node-cognitive-services copied to clipboard

Add "translate API"

Open miparnisari opened this issue 8 years ago • 5 comments

Docs: http://docs.microsofttranslator.com/speech-translate.html

miparnisari avatar Oct 24 '17 06:10 miparnisari

Hey, can i try to work on this one? :)

niksteff avatar Feb 24 '18 12:02 niksteff

Go ahead @dNvl !

miparnisari avatar Feb 24 '18 18:02 miparnisari

Thanks! I think i need to integrate a new module for web-socket requests though as i think the speech translate is based on the wss protocol. I will have a look.

niksteff avatar Feb 24 '18 19:02 niksteff

Id decided to go with https://github.com/theturtle32/WebSocket-Node Seems to be useable and well maintained.

niksteff avatar Mar 05 '18 19:03 niksteff

FYI - you have a complete working module specifically for translation API. I've tried it with text translation but I think it works with speech as well:

https://github.com/nanek/mstranslator

morsh avatar Mar 07 '18 14:03 morsh