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

CloudAiLargeModelsVisionVideo

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

Video

interface CloudAiLargeModelsVisionVideo {
uri?: string;
video?: Uint8Array;
}

§Properties

§
uri?: string
[src]

Path to another storage (typically Google Cloud Storage).

§
video?: Uint8Array
[src]

Raw bytes.