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

GoogleCloudDatalabelingV1beta1DataItem

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

DataItem is a piece of data, without annotation. For example, an image.

interface GoogleCloudDatalabelingV1beta1DataItem {
name?: string;
}

§Properties

§

The image payload, a container of the image bytes/uri.

§
name?: string
[src]

Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}

§

The text payload, a container of text content.

§

The video payload, a container of the video uri.