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

GoogleCloudDatalabelingV1beta1EventConfig

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

Config for video event human labeling task.

interface GoogleCloudDatalabelingV1beta1EventConfig {
annotationSpecSets?: string[];
clipLength?: number;
overlapLength?: number;
}

§Properties

§
annotationSpecSets?: string[]
[src]

Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.

§
clipLength?: number
[src]

Videos will be cut to smaller clips to make it easier for labelers to work on. Users can configure is field in seconds, if not set, default value is 60s.

§
overlapLength?: number
[src]

The overlap length between different video clips. Users can configure is field in seconds, if not set, default value is 1s.