public sealed class TextSentimentPredictionResult : IMessage<TextSentimentPredictionResult>, IEquatable<TextSentimentPredictionResult>, IDeepCloneable<TextSentimentPredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextSentimentPredictionResult.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `TextSentimentPredictionResult` class is part of the Cloud AI Platform v1beta1 API, designed for text sentiment prediction output formatting."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality like message handling, equality checks, and deep cloning."],["It inherits basic functionality from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The `TextSentimentPredictionResult` class includes a `Sentiment` property, an integer representing the sentiment score, with higher values indicating a more positive sentiment."],["Two constructors are provided: a default constructor `TextSentimentPredictionResult()` and a copy constructor `TextSentimentPredictionResult(TextSentimentPredictionResult other)`."]]],[]]