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-04-09 UTC."],[[["This documentation covers the `TextClassificationPredictionInstance` class within the Cloud AI Platform v1beta1 API, specifically for the .NET library."],["`TextClassificationPredictionInstance` is used as the prediction input format for text classification and inherits from the base `object` class while implementing multiple interfaces."],["The class is available in two versions, with the latest being 1.0.0-beta21, and is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance` namespace."],["It has two constructors, a default constructor and one that accepts another `TextClassificationPredictionInstance` object, and has two properties: `Content` which represents the text to classify, and `MimeType`, which refers to the type of text, currently only text/plain is supported."],["Inherited members of this class include `GetHashCode`, `GetType` and `ToString`."]]],[]]