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."],[[["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."]]],[]]