Skip to content

Instantly share code, notes, and snippets.

@corynissen
Created June 13, 2013 15:49
Show Gist options
  • Select an option

  • Save corynissen/5774802 to your computer and use it in GitHub Desktop.

Select an option

Save corynissen/5774802 to your computer and use it in GitHub Desktop.
google prediction api example output
{
"kind": "prediction#output",
"id": "sample.languageid",
"selfLink": "https:\/\/www.googleapis.com\/prediction\/v1.5\/hostedmodels\/sample.languageid\/predict",
"outputLabel": "Spanish",
"outputMulti": [
{
"label": "English",
"score": 0.051492
},
{
"label": "Spanish",
"score": 0.540837
},
{
"label": "French",
"score": 0.407671
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment