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

GoogleCloudDatalabelingV1beta1ObjectTrackingConfig

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

Config for video object tracking human labeling task.

interface GoogleCloudDatalabelingV1beta1ObjectTrackingConfig {
annotationSpecSet?: string;
clipLength?: number;
overlapLength?: number;
}

§Properties

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name.

§
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 20s.

§
overlapLength?: number
[src]

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