Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
Currently, this field only works for images.annotate requests. It does not work for images.asyncBatchAnnotate requests.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-10 UTC."],[[["\u003cp\u003eThis request facilitates the use of Google Cloud Vision API tasks on a user-provided image.\u003c/p\u003e\n"],["\u003cp\u003eThe request includes parameters for specifying desired features to be performed on the image.\u003c/p\u003e\n"],["\u003cp\u003eContext information can be included along with the image in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe image itself is passed as a base64-encoded string within the request content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimage\u003c/code\u003e, \u003ccode\u003efeatures\u003c/code\u003e and \u003ccode\u003eimageContext\u003c/code\u003e attributes are objects, whereas the \u003ccode\u003econtent\u003c/code\u003e is a string representation.\u003c/p\u003e\n"]]],[],null,["# AnnotateImageRequest\n\nRequest for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.\n\nImage\n-----\n\nClient image to perform Google Cloud Vision API tasks over."]]