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 documentation for the `ModerateTextRequest` class within the Google Cloud Natural Language v2 API, specifically version 1.0.0-beta04."],["`ModerateTextRequest` is a sealed class used to represent a document moderation request message, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one parameterless and another that accepts a `ModerateTextRequest` object, and it has a single property, `Document`, which is a required input of type `Document`."],["The `ModerateTextRequest` class is located within the `Google.Cloud.Language.V2` namespace and is part of the `Google.Cloud.Language.V2.dll` assembly."]]],[]]