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

GoogleCloudDatalabelingV1beta1TimeSegment

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

A time period inside of an example that has a time dimension (e.g. video).

interface GoogleCloudDatalabelingV1beta1TimeSegment {
endTimeOffset?: number;
startTimeOffset?: number;
}

§Properties

§
endTimeOffset?: number
[src]

End of the time segment (exclusive), represented as the duration since the example start.

§
startTimeOffset?: number
[src]

Start of the time segment (inclusive), represented as the duration since the example start.