Prediction input format for Image Segmentation.
contentstring
The image bytes to make the predictions on.
mimeTypestring
The MIME type of the content of the image. Only the images in below listed MIME types are supported. - image/jpeg - image/png
| JSON representation |
|---|
{ "content": string, "mimeType": string } |