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"]],[["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 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."]]],[]]