public sealed class ModerateTextResponse : IMessage<ModerateTextResponse>, IEquatable<ModerateTextResponse>, IDeepCloneable<ModerateTextResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class ModerateTextResponse.
[[["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 webpage provides reference documentation for the `ModerateTextResponse` class within the Google Cloud Natural Language v1 API, specifically for version 3.6.0."],["`ModerateTextResponse` is a message class representing the document moderation response, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `ModerationCategories` property, which contains a list of harmful and sensitive categories found in the input document."],["The webpage lists available versions of the API, ranging from version 2.2.0 to the latest version 3.7.0, allowing users to navigate documentation specific to each release."],["There are two constructors for the ModerateTextResponse class, a default one with no parameters, and one that accepts another ModerateTextResponse as an argument."]]],[]]