How can I get all meanings of a word using Google Translate API v2? I get a response with only one thing like translatedText => "text"
, but I need to get all meanings of the word.
These are my parameters:
'key' => $this->_apiKey,
'target' => $target,
'q' => $data,
'multires' => 1,
'otf' => 1,
'client' => 't',
'multires' => 1,
'pc' => 0,
'sc' => 1
As we can read on Translate API FAQ
Is it possible to get multiple translations of a word? No. This feature is only available via the web interface at translate.google.com