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

GoogleCloudAiplatformV1VideoMetadata

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

Metadata describes the input video content.

interface GoogleCloudAiplatformV1VideoMetadata {
endOffset?: number;
startOffset?: number;
}

§Properties

§
endOffset?: number
[src]

Optional. The end offset of the video.

§
startOffset?: number
[src]

Optional. The start offset of the video.