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-04-09 UTC."],[[["The `ClassifyTextRequest` class is a document classification request message used within the Google Cloud Natural Language v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its versatility."],["The `ClassifyTextRequest` class has two constructors, one default and one that allows copying from another `ClassifyTextRequest` instance."],["This class contains two properties: `ClassificationModelOptions`, which specifies the model options for classification, and `Document`, which represents the required input document."],["The latest available version for this class is 3.7.0, with versions ranging from 2.2.0 to 3.7.0."]]],[]]