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

GoogleCloudDatalabelingV1beta1SentimentConfig

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

Config for setting up sentiments.

interface GoogleCloudDatalabelingV1beta1SentimentConfig {
enableLabelSentimentSelection?: boolean;
}

§Properties

§
enableLabelSentimentSelection?: boolean
[src]

If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.