Hi!
I am using the translation SOAP service (http://sdk.microsofttranslator.com), developing a c# application to translate some terms. I would like to get all the multiple values as seen in the http://www.microsofttranslator.com webpage.
For example, if you try to translate "saw" word from English to Spanish, you get some different terms. Of course, "saw" has all those meaning (from "see" and a "tool").
Thus, my question is: what method do I need to use to get all these different meanings? I tried with:
- Client.Translate()
- Client.GetTranslations
- Client.GetTranslationsArray
But none of those is useful. Can anyone help me?
Thank you very much in advance.