Created
April 23, 2016 04:05
-
-
Save IndianGuru/36e2dc4f4d748ad7579914da511320a3 to your computer and use it in GitHub Desktop.
Request format
This file contains hidden or 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
{ | |
"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