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

GoogleCloudDatalabelingV1beta1VideoClassificationConfig

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

Config for video classification human labeling task. Currently two types of video classification are supported: 1. Assign labels on the entire video. 2. Split the video into multiple video clips based on camera shot, and assign labels on each video clip.

interface GoogleCloudDatalabelingV1beta1VideoClassificationConfig {
applyShotDetection?: boolean;
}

§Properties

§

Required. The list of annotation spec set configs. Since watching a video clip takes much longer time than an image, we support label with multiple AnnotationSpecSet at the same time. Labels in each AnnotationSpecSet will be shown in a group to contributors. Contributors can select one or more (depending on whether to allow multi label) from each group.

§
applyShotDetection?: boolean
[src]

Optional. Option to apply shot detection on the video.