public sealed class TextSentimentPredictionInstance : IMessage<TextSentimentPredictionInstance>, IEquatable<TextSentimentPredictionInstance>, IDeepCloneable<TextSentimentPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextSentimentPredictionInstance.
[[["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-03-25 UTC."],[[["The `TextSentimentPredictionInstance` class is part of the Cloud AI Platform v1beta1 API and is used for the prediction input format for text sentiment."],["This class is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TextSentimentPredictionInstance` contains two properties: `Content`, which holds the text snippet for prediction, and `MimeType`, which specifies the MIME type of the text, supporting at least `text/plain`."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance` namespace and is defined in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["There are two constructors available for the class: a default constructor and a copy constructor, taking another `TextSentimentPredictionInstance` as a parameter."]]],[]]