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

GoogleCloudDatalabelingV1beta1VideoThumbnail

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

Container of information of a video thumbnail.

interface GoogleCloudDatalabelingV1beta1VideoThumbnail {
thumbnail?: Uint8Array;
timeOffset?: number;
}

§Properties

§
thumbnail?: Uint8Array
[src]

A byte string of the video frame.

§
timeOffset?: number
[src]

Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.