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