public sealed class ModerateTextRequest : IMessage<ModerateTextRequest>, IEquatable<ModerateTextRequest>, IDeepCloneable<ModerateTextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 API class ModerateTextRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `ModerateTextRequest` class within the Cloud Natural Language v2 API, specifically for the .NET library."],["`ModerateTextRequest` is a message class used to submit text moderation requests to the Cloud Natural Language API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ModerateTextRequest` class includes properties such as `Document` for the input text to moderate and `ModelVersion` to specify the moderation model version."],["The page showcases the latest version of `ModerateTextRequest` (1.0.0-beta05) and also references a previous version (1.0.0-beta04), displaying the methods and properties of each."]]],[]]