翻译 登录 文字 图片 文档 网站 检测语言 英语 中文(简体) 德语 原文 0/ 5,000 翻译结果 翻译 发送反馈 历史记录 已保存
(Sorani), Konkani, Koreaans, Krio, Kroatisch, Lao, Latijn, Lets, Lingala, Litouws, Luganda, Luxemburgs, Macedonisch, Maithili, Malagasi, Malayalam, Maleis, Maltees, Maori, Marathi, Meiteilon (Manipuri), Mizo, Mongools, Nederlands, Nepalees, Noors, Odia (Oriya), Oeigoers, Oekra...
translate('I spea Dutch!', {from: 'en', to: 'nl', proxy: {host: host, port: port}}).then(res => { console.log(res); console.log(res.text); //=> Ik spea Nederlands! console.log(res.from.text.autoCorrected); //=> false console.log(res.from.text.value); //=> I [speak...
Vertaalt u regelmatig teksten vanuit het Engels naar het Duits, Japans of vereenvoudigd Chinees of omgekeerd? Dan kunt u ons nieuwe next-gen model ook nu al zelf uitproberen. Voor vertalingen van en naar het Nederlands zult u nog even moeten wachten, maar als u al een voorproefje ...
translate('I spea Dutch!',{from:'en',to:'nl'}).then(res=>{ console.log(res); console.log(res.text); //=> Ik spea Nederlands! console.log(res.from.text.autoCorrected); //=> false console.log(res.from.text.value); //=> I [speak] Dutch!
translate('I spea Dutch!', {from: 'en', to: 'nl'}).then(res => { console.log(res); console.log(res.text); //=> Ik spea Nederlands! console.log(res.from.text.autoCorrected); //=> false console.log(res.from.text.value); //=> I [speak] Dutch! console.log(res.from.text....
translate('I spea Dutch!', {from: 'en', to: 'nl'}).then(res => { console.log(res.text); //=> Ik spreek Nederlands! console.log(res.from.text.autoCorrected); //=> true console.log(res.from.text.value); //=> I [speak] Dutch! console.log(res.from.text.didYouMean); //=...
translate('I spea Dutch!',{from:'en',to:'nl'}).then(res=>{console.log(res.text);//=> Ik spreek Nederlands!console.log(res.from.text.autoCorrected);//=> trueconsole.log(res.from.text.value);//=> I [speak] Dutch!console.log(res.from.text.didYouMean);//=> false}).catch(err...
Google Translate has request limits. If too many requests are made, you can either end up with a 429 or a 503 error. You can useproxyto bypass them: consttunnel=require('tunnel');translate('Ik spreek Engels',{to:'en'},{agent:tunnel.httpsOverHttp({proxy:{host:'whateverhost',proxyAuth...