public sealed class ModerateTextRequest : IMessage<ModerateTextRequest>, IEquatable<ModerateTextRequest>, IDeepCloneable<ModerateTextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 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-04-09 UTC."],[[["This webpage provides documentation for the `ModerateTextRequest` class within the Google Cloud Natural Language v1 API for .NET."],["The `ModerateTextRequest` class is used to send a request for document moderation and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.7.0, and the page also lists versions back to 2.2.0, providing links to each version's documentation."],["The `ModerateTextRequest` class has two constructors, one default and one that accepts another `ModerateTextRequest` object as a parameter."],["The `ModerateTextRequest` class includes a `Document` property of type `Document` which serves as a required input document for moderation."]]],[]]