Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created April 23, 2016 04:05
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 IndianGuru/36e2dc4f4d748ad7579914da511320a3 to your computer and use it in GitHub Desktop.
Save IndianGuru/36e2dc4f4d748ad7579914da511320a3 to your computer and use it in GitHub Desktop.
Request format
{
"requests":[
{
"image":{
"content":"<base64-encoded-image-bytes>"
},
"features":[
{
"type":"<FEATURE_TYPE>",
"maxResults":1
},
{
"type":"<FEATURE_TYPE>",
"maxResults":1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment