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

GoogleCloudDatalabelingV1beta1TextClassificationConfig

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

Config for text classification human labeling task.

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

§Properties

§
allowMultiLabel?: boolean
[src]

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

§
annotationSpecSet?: string
[src]

Required. Annotation spec set resource name.

§

Optional. Configs for sentiment selection. We deprecate sentiment analysis in data labeling side as it is incompatible with uCAIP.