public sealed class DeidentifyContentResponse : IMessage<DeidentifyContentResponse>, IEquatable<DeidentifyContentResponse>, IDeepCloneable<DeidentifyContentResponse>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The `DeidentifyContentResponse` class represents the result of de-identifying content using the Google Cloud DLP API."],["Version 4.16.0 is the latest version available for `DeidentifyContentResponse`, with multiple prior versions also accessible."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeidentifyContentResponse` class contains two key properties: `Item`, which holds the de-identified content, and `Overview`, which provides a summary of the transformations applied."],["The class has two constructors, one for creating an empty instance, and one for making a copy of another `DeidentifyContentResponse` instance."]]],[]]