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 documentation for the `ClassifyTextRequest` class within the Google Cloud Natural Language v1 API, specifically within the .NET environment."],["The `ClassifyTextRequest` class is used for submitting requests for document classification, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 3.7.0, but this specific page covers version 3.5.0, with links to older and newer versions."],["The `ClassifyTextRequest` class includes properties for `ClassificationModelOptions` and `Document`, which are essential for customizing the classification process and inputting the document to be analyzed, respectively."],["The namespace for the class is `Google.Cloud.Language.V1`, and it's found within the `Google.Cloud.Language.V1.dll` assembly."]]],[]]