public sealed class TextClassificationPredictionInstance : IMessage<TextClassificationPredictionInstance>, IEquatable<TextClassificationPredictionInstance>, IDeepCloneable<TextClassificationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextClassificationPredictionInstance.
[[["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 `TextClassificationPredictionInstance` class is part of the Cloud AI Platform v1beta1 API, designed for handling prediction input in text classification tasks."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["It offers two constructors: a default constructor `TextClassificationPredictionInstance()` and a copy constructor `TextClassificationPredictionInstance(TextClassificationPredictionInstance other)`."],["The class includes two properties, `Content` (the text for prediction) and `MimeType` (specifying the text's MIME type, such as \"text/plain\")."],["This class is located within the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]