我發現與在線翻譯對bing translation online webpage 英文文本我正在翻譯(西班牙)的文本翻譯API的行爲之間存在一些差異是: "*Add the shallot, tomatoes, peppers and red pepper flakes and cook, stirring often, until slightly softened and aromatic,
我收到400錯誤信息,如圖圖像的下方,當我用試試看鏈接http://docs.microsofttranslator.com/text-translate.html 我使用的嘗試翻譯API從Azure Portal for Cognitive Services免費試用產生的訪問密鑰。 MS Azure Portal Link 我已經閱讀MS支持博客,我試圖在其中提到的所有建議。但每次,我都會收到4
我試圖在Microsoft Hub中訓練引擎,同時利用顯着更好的Neural vs SMT技術。當在https://translator.microsoft.com/neural/上測試時,我很清楚Neural是我想要的。 然而,集線器中的//hub.microsofttranslator.com/Help/Download/Microsoft%20Translator%20Hub%20User%
我想獲取Microsoft Translator API的身份驗證令牌。這是我的代碼: <?php
//1. initialize cURL
$ch = curl_init();
//2. set options
//Set to POST request
curl_setopt($ch, CURLOPT_POST,1);
// URL to send the request