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

GoogleCloudDatalabelingV1beta1SequentialSegment

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

Start and end position in a sequence (e.g. text segment).

interface GoogleCloudDatalabelingV1beta1SequentialSegment {
end?: number;
start?: number;
}

§Properties

§
end?: number
[src]

End position (exclusive).

§
start?: number
[src]

Start position (inclusive).