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"]],[["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 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."]]],[]]