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

GoogleCloudDatalabelingV1beta1SegmentationConfig

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

Config for image segmentation

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

§Properties

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

§
instructionMessage?: string
[src]

Instruction message showed on labelers UI.