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