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 reference documentation for the `ModerateTextRequest` class within the Google Cloud Natural Language v1 API, specifically for version 3.4.0."],["`ModerateTextRequest` is a document moderation request message used in the API, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has methods including `GetHashCode`, `GetType`, and `ToString`, along with constructors to create new `ModerateTextRequest` objects."],["The `ModerateTextRequest` class contains a `Document` property, which is a required input for the request and is of type `Document`."],["Several versions of the `ModerateTextRequest` are available, from 2.2.0 up to the latest 3.7.0, indicating the evolution and updates of this API class over time."]]],[]]