public sealed class ClassifyTextRequest : IMessage<ClassifyTextRequest>, IEquatable<ClassifyTextRequest>, IDeepCloneable<ClassifyTextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 API class ClassifyTextRequest.
[[["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-07 UTC."],[[["This document provides reference information for the `ClassifyTextRequest` class within the Cloud Natural Language v2 API, specifically for the .NET library."],["`ClassifyTextRequest` is a message class used to send document classification requests, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes constructors for creating new instances or cloning from existing `ClassifyTextRequest` objects."],["It includes a `Document` property, which is a required input for the document to be classified and is of type `Document`."],["The latest version of this Class is `1.0.0-beta05`, the previous version being `1.0.0-beta04`, and it is located in the namespace `Google.Cloud.Language.V2`."]]],[]]