View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTextSentimentPredictionResult (google_api_ai_platform v0.13.0)
Prediction output format for Text Sentiment
Attributes
-
sentiment
(type:integer()
, default:nil
) - 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).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTextSentimentPredictionResult{ sentiment: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.