Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SchemaPredictInstanceImageSegmentationPredictionInstance

import type { GoogleCloudAiplatformV1SchemaPredictInstanceImageSegmentationPredictionInstance } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Prediction input format for Image Segmentation.

interface GoogleCloudAiplatformV1SchemaPredictInstanceImageSegmentationPredictionInstance {
content?: string;
mimeType?: string;
}

§Properties

§
content?: string
[src]

The image bytes to make the predictions on.

§
mimeType?: string
[src]

The MIME type of the content of the image. Only the images in below listed MIME types are supported. - image/jpeg - image/png