键入翻译。 使用我们的文档翻译器拖放翻译PDF、Word(.docx)和PowerPoint(.pptx)文件。 请点击麦克风来翻译语音。 翻译结果 词典 点击单词以查询。 立即改变翻译的风格和基调 通过DeepL Write 预设的写作风格和基调,使你的文章更适合受众。 改写文本 使用DeepL应用程序,翻译更快捷 ...
Translate entire Word, PowerPoint, PDF, text, and HTML files. Language detection Detect unknown source languages reliably with our language detection feature. Formality Be sure your translations say it the right way with formal/informal tone of voice awareness. ...
Looking to easily translate nearly any language in Python? This tutorial takes you through the steps to translating strings in Python.
import 'package:deepl_dart/deepl_dart.dart'; void main() async { // Construct Translator Translator translator = Translator(authKey: '<your_auth_key>'); // Translate text TextResult result = await translator.translateTextSingular('Hello World', 'de'); print(result); // Translate list of...
To use deepl-php, you'll need an API authentication key. To get a key, please create an account here. With a DeepL API Free account you can translate up to 500,000 characters/month for free.InstallationTo use this library in your project, install it using Composer:...
Number of files - Depending on the DeepL package you have subscribed to, you can translate different numbers of documents per month. You can find an overview here: https://www.deepl.com/pro.html. The number of the files varies between the use of the website and the desktop applications....
Translate entire Word, PowerPoint, PDF, text, and HTML files. Language detection Detect unknown source languages reliably with our language detection feature. Formality Be sure your translations say it the right way with formal/informal tone of voice awareness. ...
translateText('Hello, world!', null, 'fr') .then((result) => { console.log(result.text); // Bonjour, le monde ! }) .catch((error) => { console.error(error); }); The package also supports TypeScript: import * as deepl from 'deepl-node'; (async () => { const targetLang:...
💡 An interactive PHP demo script is included. It is located atdemos/demo_translate.php. Sophisticated Example $deepLy=newChrisKonnertz\DeepLy\DeepLy('your-api-key');try{$translatedText=$deepLy->translate('Hello world!',DeepLy::LANG_EN,DeepLy::LANG_AUTO);echo$translatedText;// Prints "Ha...
translateText('Hello, world!', null, 'fr') .then((result) => { console.log(result.text); // Bonjour, le monde ! }) .catch((error) => { console.error(error); }); The package also supports TypeScript: import * as deepl from 'deepl-node'; (async () => { const targetLang:...