当前位置:网站首页>Automatic translation between Chinese and English
Automatic translation between Chinese and English
2022-07-04 11:04:00 【ℳ๓๓๓ dream'link】
Catalog
1. Request address
2. Request mode
get/post
3. Request parameters
name | explain | Required | Possible value |
---|---|---|---|
text | Text to be translated | true | |
type | Output format | /text/json |
Parameters text
No Line break
4. Request example
http://www.dreamling.xyz/API/QQ/translate/api.php?text= Good afternoon, &type=json
5. Return instructions
①. The response data
name | explain | Possible value |
---|---|---|
code | Status code | 0/200/400/412 |
Text | Text to be translated | |
Language | Language conversion type | zh => en/en => zh |
Translation results |
②. Response example
{
"code": 200,
"data": {
" Text ": " Good afternoon, ",
" Language ": "zh => en",
" Translation results ": "Good afternoon"
}
}
边栏推荐
- unit testing
- Elevator dispatching (pairing project) ③
- Getting started with window functions
- [Galaxy Kirin V10] [desktop] build NFS to realize disk sharing
- Elevator dispatching (pairing project) ②
- Canoe - the third simulation project - bus simulation - 3-2 project implementation
- [testing theory] thinking about testing profession
- Canoe: the difference between environment variables and system variables
- The last month before a game goes online
- Canoe-the second simulation project-xvehicle-1 bus database design (idea)
猜你喜欢
[Galaxy Kirin V10] [desktop] can't be started or the screen is black
Fundamentals of software testing
JMeter assembly point technology and logic controller
Elevator dispatching (pairing project) ③
Appscan installation error: unable to install from Net runtime security policy logout appscan solution
[Galaxy Kirin V10] [desktop and server] FRP intranet penetration
Take advantage of the world's sleeping gap to improve and surpass yourself -- get up early
JMeter common configuration components and parameterization
VI text editor and user rights management, group management and time management
F12 clear the cookies of the corresponding web address
随机推荐
Open the neural network "black box"! Unveil the mystery of machine learning system with natural language
Dictionaries and collections
Canoe - the second simulation project -xvihicle1 bus database design (operation)
The most ideal automated testing model, how to achieve layering of automated testing
regular expression
How to deal with the relationship between colleagues
Interview and lecture summary 1
SQL greatest() function instance detailed example
Fundamentals of database operation
For and while loops
[advantages and disadvantages of outsourcing software development in 2022]
SSH principle and public key authentication
Analysis function in SQL
Application and Optimization Practice of redis in vivo push platform
What if the book written is too popular? Author of "deep reinforcement learning" at Peking University: then open the download
Elevator dispatching (pairing project) ④
R built in data set
Article publishing experiment
[Galaxy Kirin V10] [server] KVM create Bridge
Getting started with window functions