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

GoogleCloudDatalabelingV1beta1BoundingPolyConfig

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

Config for image bounding poly (and bounding box) human labeling task.

interface GoogleCloudDatalabelingV1beta1BoundingPolyConfig {
annotationSpecSet?: string;
instructionMessage?: string;
}

§Properties

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name.

§
instructionMessage?: string
[src]

Optional. Instruction message showed on contributors UI.