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"]],[["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 provides reference documentation for the `ClassifyTextRequest` class within the Google Cloud Natural Language v1 API, specifically version 3.6.0."],["`ClassifyTextRequest` is used for submitting document classification requests and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ClassificationModelOptions` for model configuration and `Document` to specify the input document for classification."],["There are multiple previous versions of this page that are available to look at, with the latest version being 3.7.0."],["The ClassifyTextRequest class has 2 constructors, ClassifyTextRequest(), and ClassifyTextRequest(ClassifyTextRequest), that are used to instantiate the class."]]],[]]