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

CloudAiLargeModelsVisionImage

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

Image.

interface CloudAiLargeModelsVisionImage {
encoding?: string;
image?: Uint8Array;
text?: string;
uri?: string;
}

§Properties

§
encoding?: string
[src]

Image encoding, encoded as "image/png" or "image/jpg".

§
image?: Uint8Array
[src]

Raw bytes.

§

RAI scores for generated image.

§

RAI info for image.

§

Semantic filter info for image.

§
text?: string
[src]

Text/Expanded text input for imagen.

§
uri?: string
[src]

Path to another storage (typically Google Cloud Storage).