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."],["`ClassifyTextRequest` is a message class used for document classification requests, and it's part of the `Google.Cloud.Language.V1` namespace."],["The page details various versions of the `ClassifyTextRequest` class, from the latest (3.7.0) down to version 2.2.0, as well as its inheritance and the interfaces it implements."],["Key components of the class include properties like `ClassificationModelOptions` and the required `Document` field, which are essential for setting up a text classification request."]]],[]]