标签: azure bing microsoft-translator
我正在使用Microsoft Translation API来翻译大多数单词。我使用API函数GetTranslations如下:
https://api.microsofttranslator.com/V2/Http.svc/GetTranslations?text=building&from=es&to=de&maxTranslations=50
我得到一个匹配分数(0 - 100)的单词列表。这个结果与Bing Translator online中常见的结果有很大不同,人们可以在这里找到名词和动词以及其他几种翻译。有没有办法使用Translation API获得与Bing相同的响应?