Created
December 29, 2014 22:29
-
-
Save laurynas/21a8d289eb547aeb549f to your computer and use it in GitHub Desktop.
detectlanguage.com batch detection result example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data":{ | |
"detections":[ | |
[ | |
{ | |
"language":"es", | |
"isReliable":true, | |
"confidence":10.24 | |
} | |
], | |
[ | |
{ | |
"language":"en", | |
"isReliable":true, | |
"confidence":11.94 | |
} | |
] | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment