ImageSegmentationPredictionInstance

Prediction input format for Image Segmentation.

Fields
content string

The image bytes to make the predictions 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/png

JSON representation
{
  "content": string,
  "mimeType": string
}