首先下载https://code.google.com/p/microsoft-translator-java-api/这个提供了两个jar包其中microsoft-translator-java-api-0.6.2.jar是为Android提供的.这里我下载microsoft-translator-java-api-0.6.2-jar-with-dependencies.jar. 使用微软提供的翻译API需要ClientId和ClientSecret.访问:https://datamarket.azure.com...
我在android 程序中使用bing翻译HTTP API. 使用如下URL调用。 String uri = "http://api.microsofttranslator.com/v2/Http.svc/Translate?appId=" + appId + "&text;=" + text + "&from;=" + from + "&to;=" + to; 其中 from ="en"; to="zh-CHT"; 进行翻译。 得到如下异常。 Argument Excepti...
获取API密钥的步骤如下: 访问Bing Translator网站,点击右上角的“商用版”按钮。 点击“开始使用”按钮,进入微软认知服务平台。 如果已经有微软账户,可以直接登录;如果没有,可以点击“创建一个”按钮,按照提示注册一个微软账户。 登录后,点击导航栏中的“数据”菜单,在搜索框中输入“Microsoft Translator”,然后点击...
importrequests,uuid,json# Add your key and endpointkey="<your-translator-key>"endpoint="https://api.cognitive.microsofttranslator.com"# location, also known as region.# required if you're using a multi-service or regional (not global) resource. It can be found in the Azure portal on the ...
translatormobile-appwindows-phonegoogle-translatebing-translategoogle-traslate-apibing-translate-api UpdatedMay 22, 2017 C# aelbuz/MiharuScanHelper Star2 A program to help speed up (hopefully) translation of manga. Forked for some improvements. ...
ssl.translatoruser.net, premieretransfer.com, bingit.com, www.es.bing.com, bingmaps.com, eliteworldwideonline.com, discoverbing.com, maps.live.com, offtrk-mob.com, bingsearch.jp, binb.com, a3.bing.com, bing.ch, virtualearth.net, hacked.bing.com, kr.bing.com, www.ar.bing.com, ww...
1 Microsoft Bing Translate API on Android 3 Bing translator HTTP API throws bad request error, how to solve this? 15 How to use Bing Translation API? 1 Bing Translate Android Set Language 0 Microsoft translator api issue 0 Bing translator exception while integrating with java application ...
Bing translator issue <description>Hello my friends, i am new in android , i am using android studio. I wanted to try to use the bing translate api to translate one of my whole android apps. Is there any of example to do it? I need to translate my strings.xml and also the data th...
1: string appId= "myAppId"; 2: string text= "Translate this for me"; 3: string from= "en"; 4: string to= "fr"; 5: 6: string detectUri= "https://api.microsofttranslator.com/v2/Http.svc/Translate?appId=" +appId + 7: "&text;=" +text + "&from;=" + from + "&to;=" ...
config:bing_translator,subscription_key:"Your-Subscription-Key",http_client_options:[]# [ssl: [{:versions, [:"tlsv1.2"]}]] Or using environment variable BING_TRANSLATOR_SUBSCRIPTION_KEY=Your-Subscription-Key mix run Documentation API Reference. ...