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

GoogleCloudDatalabelingV1beta1Example

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

An Example is a piece of data and its annotation. For example, an image with label "house".

interface GoogleCloudDatalabelingV1beta1Example {
name?: string;
}

§Properties

§

Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.

§

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

§
name?: string
[src]

Output only. Name of the example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}

§

The text payload, a container of the text content.

§

The video payload, a container of the video uri.