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

GoogleCloudDatalabelingV1beta1VideoPayload

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

Container of information of a video.

interface GoogleCloudDatalabelingV1beta1VideoPayload {
frameRate?: number;
mimeType?: string;
signedUri?: string;
videoUri?: string;
}

§Properties

§
frameRate?: number
[src]

FPS of the video.

§
mimeType?: string
[src]

Video format.

§
signedUri?: string
[src]

Signed uri of the video file in the service bucket.

§

The list of video thumbnails.

§
videoUri?: string
[src]

Video uri from the user bucket.