Usage

b.translate {language code} Sentence which you want to translate

Returns

Returns a translated text into the language code that you've mentioned.

So to translate My name is theroyakash and I am a computer scientist with research in deep learning sentence into Spanish you need to write the following query

b.translate es My name is theroyakash and I am a computer scientist with research in deep learning

The following query returns this Mi nombre es theroyakash y soy un científico informático con investigación en aprendizaje profundo.

<aside> ⚠️ The language code you mentioned is the language to you want to translate to. Your sentences language would be detected automatically.

</aside>

Example Usage

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b16f0b7e-4953-4b97-8495-299bd41f768d/Screen_Shot_2020-10-06_at_6.07.02_AM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/097d9795-59f1-4616-83d5-b5dff0fcae5b/Screen_Shot_2020-10-06_at_6.10.26_AM.png