pub async fn translate(input: &str) -> Result<Option<Paraphrase>, Error>
Translate a word / phrase. Return Ok(None) if the word can not be found in Bing Dictionary
Ok(None)