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 the most recent version being 3.7.0."],["`ClassifyTextRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `ClassifyTextRequest` object."],["It has a `Document` property, which is of type `Document` and is used to define the input document for classification."]]],[]]