mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"text": [
|
|
{
|
|
"title": "Translate Text",
|
|
"run_check": false,
|
|
"description": "Google Basic Edition Translation",
|
|
"request": {
|
|
"content": "hello",
|
|
"model": "nmt",
|
|
"format": "text",
|
|
"source": "en",
|
|
"target": "fr"
|
|
},
|
|
"response": {
|
|
"translation": {
|
|
"text": "Bonjour",
|
|
"source": "und",
|
|
"model": "nmt"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|