标签: api http translate bing
我正在为Bing Translate使用HTTP API。 Speak和Translate等方法完美无缺。但GetTranslations没有。对http://api.microsofttranslator.com/V2/Http.svc/GetTranslations的任何请求都会返回“Method not allowed”。可能是什么问题?
答案 0 :(得分:2)
'http'不允许使用此方法。 您可以使用下面的'Ajax'请求:
http://api.microsofttranslator.com/V2/Ajax.svc/GetTranslations?appId=31C738345474CF52FD6F313331A7B00837031F17&text=rabbit&from=en&to=ru&maxTranslations=5