Skip to content

Instantly share code, notes, and snippets.

@laurynas
Created December 29, 2014 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurynas/21a8d289eb547aeb549f to your computer and use it in GitHub Desktop.
Save laurynas/21a8d289eb547aeb549f to your computer and use it in GitHub Desktop.
detectlanguage.com batch detection result example
{
"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