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

GoogleCloudDatalabelingV1beta1ImagePayload

import type { GoogleCloudDatalabelingV1beta1ImagePayload } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Container of information about an image.

interface GoogleCloudDatalabelingV1beta1ImagePayload {
imageThumbnail?: Uint8Array;
imageUri?: string;
mimeType?: string;
signedUri?: string;
}

§Properties

§
imageThumbnail?: Uint8Array
[src]

A byte string of a thumbnail image.

§
imageUri?: string
[src]

Image uri from the user bucket.

§
mimeType?: string
[src]

Image format.

§
signedUri?: string
[src]

Signed uri of the image file in the service bucket.