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

GoogleCloudDatalabelingV1beta1LabelImageRequest

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

Request message for starting an image labeling task.

interface GoogleCloudDatalabelingV1beta1LabelImageRequest {
feature?:
| "FEATURE_UNSPECIFIED"
| "CLASSIFICATION"
| "BOUNDING_BOX"
| "ORIENTED_BOUNDING_BOX"
| "BOUNDING_POLY"
| "POLYLINE"
| "SEGMENTATION";
}

§Properties

§

Required. Basic human annotation config.

§

Configuration for bounding box and bounding poly task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

§
feature?: "FEATURE_UNSPECIFIED" | "CLASSIFICATION" | "BOUNDING_BOX" | "ORIENTED_BOUNDING_BOX" | "BOUNDING_POLY" | "POLYLINE" | "SEGMENTATION"
[src]

Required. The type of image labeling task.

§

Configuration for image classification task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

§

Configuration for polyline task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

§

Configuration for segmentation task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.