Files
services/translate/examples.json
Asim Aslam 3b5eca0f37 fix example
2021-12-10 10:40:57 +00:00

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"
}
}
}
]
}