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

GoogleCloudDatalabelingV1beta1LabelTextRequest

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

Request message for LabelText.

interface GoogleCloudDatalabelingV1beta1LabelTextRequest {
feature?: "FEATURE_UNSPECIFIED" | "TEXT_CLASSIFICATION" | "TEXT_ENTITY_EXTRACTION";
}

§Properties

§

Required. Basic human annotation config.

§
feature?: "FEATURE_UNSPECIFIED" | "TEXT_CLASSIFICATION" | "TEXT_ENTITY_EXTRACTION"
[src]

Required. The type of text labeling task.

§

Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.

§

Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.