自动翻译
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v2/translation/automatic_translation
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/translation/automatic_translation' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"providers": "string",
"target_language": "string",
"text": "string"
}'
响应示例响应示例
200 - 成功示例
{
"microsoft": {
"text": "Artificial intelligence, also known as intelligent weapons, machine intelligence, refers to the wisdom expressed by machines made by people. Usually artificial intelligence refers to the technology that presents human intelligence through ordinary computer programs. The term also points to the study of whether such intelligent systems can be achieved, and how. At the same time, through advances in medicine, neuroscience, robotics, and statistics, normal forecasts believe that many human occupations are gradually being replaced by them"
},
"openai": {
"text": "```Artificial intelligence, also known as machine intelligence, refers to the intelligence exhibited by machines created by humans. Usually, artificial intelligence refers to the technology that presents human intelligence through ordinary computer programs. The term also refers to the research on whether such intelligent systems can be realized and how to achieve them. At the same time, with advancements in fields such as medicine, neuroscience, robotics, and statistics, it is commonly predicted that many human professions will gradually be replaced by artificial intelligence.```"
},
"google": {
"text": "Artificial intelligence, also known as omniscient, machine intelligence, refers to the wisdom expressed by machines made by humans. Usually artificial intelligence refers to the technology that presents human intelligence through ordinary computer programs. The term also points to research into whether and how such intelligent systems can be realized. At the same time, through advances in medicine, neuroscience, robotics, and statistics, the norm predicts that many human occupations are gradually being replaced by them."
},
"modernmt": {
"text": "Artificial intelligence, also known as intelligent machines, refers to the intelligence exhibited by machines manufactured by humans. Generally, artificial intelligence refers to technology that presents human intelligence through ordinary computer programs. The term also points to the study of whether and how such an intelligent system can be achieved. At the same time, through advances in medicine, neuroscience, robotics and statistics, it is usually predicted that many human professions will gradually be replaced by them."
},
"ibm": {
"text": "Artificial intelligence also refers to intellectual machinery, machine intelligence, which refers to the wisdom shown by the machines manufactured by people.Usually artificial intelligence refers to the technology that presents human intelligence through ordinary computer programs.The word also points to the question of whether a smart system like this can be realized, and how it can be achieved.At the same time, through advances in medicine, neuroscience, robotics, and statistics, the norm predicts that many occupations in humans are also gradually being replaced by them"
},
"phedone": {
"text": "Artificial intelligence, also known as omniscient, machine intelligence, refers to the wisdom expressed by machines made by humans. Usually artificial intelligence refers to the technology that presents human intelligence through ordinary computer programs. The term also points to research into whether and how such intelligent systems can be realized. At the same time, through advances in medicine, neuroscience, robotics, and statistics, the norm predicts that many human occupations are gradually being replaced by them."
},
"neuralspace": {
"text": "Artificial intelligence, also known as omniscient and machine intelligence, refers to the wisdom expressed by machines made by humans. Usually artificial intelligence refers to the technology that presents human intelligence through ordinary computer programs. The term also points to research into whether and how such intelligent systems can be realized. At the same time, through advances in medicine, neuroscience, robotics, and statistics, the norm predicts that many human occupations are gradually being replaced by them."
},
"amazon": {
"text": "Artificial intelligence, also known as intelligent devices and equipment intelligence, refers to the wisdom expressed by devices manufactured by humans. Generally, artificial intelligence refers to technology that presents human intelligence through ordinary computer programs. This phrase also indicates whether research such an intelligent system can be realized and how it can be implemented. At the same time, through advances in medicine, neuroscience, robot science, statistics, etc., many occupations recognized as human by the Normal Predictive Rules have gradually been replaced by them"
},
"deepl": {
"text": "Artificial intelligence, also known as robotics and machine intelligence, refers to the intelligence expressed by human-made machines. Usually artificial intelligence refers to the technology of presenting human intelligence through ordinary computer programs. The term also refers to the study of whether and how such an intelligent system can be realized. At the same time, through advances in medicine, neuroscience, robotics and statistics, the norm is predicted that many human occupations are gradually being replaced by them."
}
}
请求参数
Header 参数
content-type
string
必需
示例值:
application/json
Authorization
string
必需
默认值:
Bearer <your_key>
Body 参数application/json
返回响应
修改于 2024-04-10 08:19:11