Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.
JSON representation |
---|
{ "image": { object ( |
Fields | |
---|---|
image |
The image to be processed. |
features[] |
Requested features. |
imageContext |
Additional context that may accompany the image. |
Image
Client image to perform Google Cloud Vision API tasks over.
JSON representation |
---|
{ "content": string } |
Fields | |
---|---|
content |
Image content, represented as a stream of bytes. Note: As with all Currently, this field only works for images.annotate requests. It does not work for images.asyncBatchAnnotate requests. A base64-encoded string. |