public sealed class ClassifyTextRequest : IMessage<ClassifyTextRequest>, IEquatable<ClassifyTextRequest>, IDeepCloneable<ClassifyTextRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ClassifyTextRequest` class, which is a message type used for document classification requests within the Google Cloud Natural Language API."],["The class is part of the `Google.Cloud.Language.V1` namespace and is implemented in the `Google.Cloud.Language.V1.dll` assembly, with version 3.7.0 being the latest version available."],["`ClassifyTextRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class has two constructors: a default constructor and a copy constructor that takes another `ClassifyTextRequest` object, and it includes a `Document` property for specifying the input document to be classified."],["The page also lists the different available versions of the class in the left navigation menu, from version 2.2.0 to 3.7.0."]]],[]]