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

GoogleCloudDatalabelingV1beta1ObjectDetectionConfig

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

Config for video object detection human labeling task. Object detection will be conducted on the images extracted from the video, and those objects will be labeled with bounding boxes. User need to specify the number of images to be extracted per second as the extraction frame rate.

interface GoogleCloudDatalabelingV1beta1ObjectDetectionConfig {
annotationSpecSet?: string;
extractionFrameRate?: number;
}

§Properties

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name.

§
extractionFrameRate?: number
[src]

Required. Number of frames per second to be extracted from the video.