Skip to content
Snippets Groups Projects
Commit dc81d6c8 authored by Kyle Harrity's avatar Kyle Harrity
Browse files

update auto detect example to show "detectedLanguage" object in response

parent 86cb8153
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,10 @@ Response:
```javascript
{
"detectedLanguage": {
"confidence": 83,
"language": "it"
},
"translatedText": "Bye!"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment