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

GoogleCloudAiplatformV1SchemaTimeSegment

import type { GoogleCloudAiplatformV1SchemaTimeSegment } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

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

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

§Properties

§
endTimeOffset?: number
[src]

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

§
startTimeOffset?: number
[src]

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