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

GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig

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

Annotation spec set with the setting of allowing multi labels or not.

interface GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig {
allowMultiLabel?: boolean;
annotationSpecSet?: string;
}

§Properties

§
allowMultiLabel?: boolean
[src]

Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name.