Language data.languages.language string The language code. nNme data.languages.name string The language name.Translate textOperation ID: TextTranslate Translates input text, returning translated text. Parameters 展开表 NameKeyRequiredTypeDescription Text q True string The input text to translate. Pr...
aThank you for gas 谢谢气体[translate] aSome things are not said to be a knot, said a scar. 有些事没有说是结,说伤痕。[translate] a你的电脑没有无线网络吗? Your computer does not have the wireless network?[translate] a显微镜 Microscope[translate] ...
pythontranslationgoogletranslategoogletranspython-translatorgoogletranslateapipygoogletranslation UpdatedMar 2, 2021 Python vTuanpham/Large_dataset_translator Star59 Code Issues Pull requests Translate large dataset to any language with google translation api and multithreads processing, no key required!
phptranslationlanguage-detectiontranslategoogle-translatedetect-language UpdatedAug 5, 2024 PHP GoodCoder666/GoogleTranslate_IPFinder Star1.7k Code Issues Pull requests Discussions 谷歌翻译服务器在中国大陆的IP地址扫描、测速工具。 hostsipgoogle-translate ...
Auto-LaTeX Equations for converting LaTeX code to fully rendered equations Docs to Markdown for converting text to Markdown GPT Workspace for leveraging AI Docs Paragraph Translate for translating specific sections of your document OneLook Thesaurus for generating synonyms LanguageTool for checking your ...
Language Details Interactive Translate Shell (REPL) Usage Code List Wiki Reporting Bugs / Contributing Licensing Translate Shell Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, Yandex.Translate, and Apertium. It gives ...
language_type = "" url = "https://translation.googleapis.com/language/translate/v2" data = { 'key':"AI***mpI", 'source': language_type, 'target': target, 'q': content, 'format': "text" } #headers = {'X-HTTP-Method-Override': 'GET'} #response...
(采样率自动匹配)audio=AudioSegment.from_file(input_file).set_frame_rate(16000)# 强制统一采样率.set_channels(1)# 单声道优化# 分段识别策略(处理长音频)withTemporaryFile()astemp_wav:audio.export(temp_wav,format="wav")returnrecognizer.recognize_google(audio_data,language=source_lang,show_all=False...
translate-shell_0.9.2.1-1_all NAME trans - Google Translate served as a command-line tool SYNOPSIS trans[OPTIONS] [SOURCE]:[TARGETS] [TEXT]... DESCRIPTION This tool uses Google Translate to translate text into any language. Each command-line argument which is not a valid option is treated ...
https://translation.googleapis.com/language/translate/v2每个翻译请求需要三个查询参数: 目标语言:使用目标参数指定要翻译成的语言。源文本字符串:使用 q 参数指定要翻译的每个文本字符串。API key:使用 key 参数来识别您的应用程序。如果您使用 OAuth 2.0 服务帐户凭据(推荐),请不要提供此参数。