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

GoogleCloudDatalabelingV1beta1ImageClassificationConfig

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

Config for image classification human labeling task.

interface GoogleCloudDatalabelingV1beta1ImageClassificationConfig {
allowMultiLabel?: boolean;
annotationSpecSet?: string;
answerAggregationType?:
| "STRING_AGGREGATION_TYPE_UNSPECIFIED"
| "MAJORITY_VOTE"
| "UNANIMOUS_VOTE"
| "NO_AGGREGATION";
}

§Properties

§
allowMultiLabel?: boolean
[src]

Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name.

§
answerAggregationType?: "STRING_AGGREGATION_TYPE_UNSPECIFIED" | "MAJORITY_VOTE" | "UNANIMOUS_VOTE" | "NO_AGGREGATION"
[src]

Optional. The type of how to aggregate answers.