public sealed class ClassifyTextRequest : IMessage<ClassifyTextRequest>, IEquatable<ClassifyTextRequest>, IDeepCloneable<ClassifyTextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 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-03-21 UTC."],[[["The latest version available for the `ClassifyTextRequest` is 3.7.0, but this page specifically provides documentation for version 3.3.0, with links to other versions."],["`ClassifyTextRequest` is a class within the Google Cloud Natural Language v1 API, used for document classification requests, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassifyTextRequest` class includes two constructors, one default and one that accepts another `ClassifyTextRequest` object as a parameter for creating a copy."],["The class contains two primary properties: `ClassificationModelOptions`, for setting classification model options, and `Document`, for providing the input document to be classified."],["The ClassifyTextRequest class inherits from object and has certain inherited members, such as GetHashCode, GetType and ToString."]]],[]]