Prediction input format for Image Classification.
contentstring
The image bytes or Cloud Storage URI to make the prediction on.
mimeTypestring
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 } |