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

GoogleCloudAiplatformV1SchemaPredictPredictionTextSentimentPredictionResult

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

Prediction output format for Text Sentiment

interface GoogleCloudAiplatformV1SchemaPredictPredictionTextSentimentPredictionResult {
sentiment?: number;
}

§Properties

§
sentiment?: number
[src]

The integer sentiment labels between 0 (inclusive) and sentimentMax label (inclusive), while 0 maps to the least positive sentiment and sentimentMax maps to the most positive one. The higher the score is, the more positive the sentiment in the text snippet is. Note: sentimentMax is an integer value between 1 (inclusive) and 10 (inclusive).