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."],[[["The `ModerateTextRequest` class is part of the Google Cloud Natural Language v1 API, specifically found in the `Google.Cloud.Language.V1` namespace within the `Google.Cloud.Language.V1.dll` assembly."],["This class serves as a message for document moderation requests and is the latest in the 3.7.0 version of the API, but has older versions that can be accessed."],["The `ModerateTextRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["It has two constructors, one of which takes another `ModerateTextRequest` object as an argument, and it contains a `Document` property used to hold the input document for moderation."]]],[]]