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

GoogleCloudAiplatformV1SchemaTextSentimentAnnotation

import type { GoogleCloudAiplatformV1SchemaTextSentimentAnnotation } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Annotation details specific to text sentiment.

interface GoogleCloudAiplatformV1SchemaTextSentimentAnnotation {
annotationSpecId?: string;
displayName?: string;
sentiment?: number;
sentimentMax?: number;
}

§Properties

§
annotationSpecId?: string
[src]

The resource Id of the AnnotationSpec that this Annotation pertains to.

§
displayName?: string
[src]

The display name of the AnnotationSpec that this Annotation pertains to.

§
sentiment?: number
[src]

The sentiment score for text.

§
sentimentMax?: number
[src]

The sentiment max score for text.