Prediction input format for Image Classification.
content
string
The image bytes or Cloud Storage URI to make the prediction on.
mimeType
string
The MIME type of the content of the image. Only the images in below listed MIME types are supported. - image/jpeg - image/gif - image/png - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon
| JSON representation |
|---|
{ "content": string, "mimeType": string } |