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-03-21 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 `ClassifyTextRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `ClassifyTextRequest` class can be instantiated using two constructors: a default constructor and a copy constructor that accepts another `ClassifyTextRequest` instance as a parameter."],["The `ClassifyTextRequest` class is part of the `Google.Cloud.Language.V1` namespace, specifically version 2.2.0, and is contained within the `Google.Cloud.Language.V1.dll` assembly."],["The latest version available for the `ClassifyTextRequest` class is 3.7.0, with several previous versions also accessible through links on the page."]]],[]]