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

GoogleCloudDatalabelingV1beta1AnnotationValue

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

Annotation value for an example.

§Properties

§

Annotation value for image bounding box, oriented bounding box and polygon cases.

§

Annotation value for image classification case.

§

Annotation value for image polyline cases. Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.

§

Annotation value for image segmentation.

§

Annotation value for text classification case.

§

Annotation value for text entity extraction case.

§

Annotation value for video classification case.

§

Annotation value for video event case.

§

Annotation value for video object detection and tracking case.