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."],[[["The `ClassifyTextRequest` class is part of the Google Cloud Natural Language v1 API, and is used to send document classification requests."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassifyTextRequest` has two constructors and two properties: `ClassificationModelOptions` which sets the model options, and `Document` which holds the input document."],["The latest version of this API is 3.7.0, and this documentation covers version 3.4.0, with links to previous versions."],["The `ClassifyTextRequest` class inherits from `object`, with the `object` class providing methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]