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

GoogleCloudAiplatformV1SchemaPredictInstanceImageObjectDetectionPredictionInstance

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

Prediction input format for Image Object Detection.

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

§Properties

§
content?: string
[src]

The image bytes or Cloud Storage URI to make the prediction 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/gif - image/png - image/webp

  • image/bmp - image/tiff - image/vnd.microsoft.icon