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."],[[["This webpage details the `DeidentifyContentResponse` class within the `Google.Cloud.Dlp.V2` namespace, specifically version 3.5.0 of the library, which is used to store results of a de-identification operation."],["The `DeidentifyContentResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for different use cases in the Google Cloud environment."],["The class has two main properties, `Item`, which contains the de-identified content, and `Overview`, which provides a summary of the transformations applied to the content."],["The documentation provides links to different versions of this class, from version 2.15.0 to the latest version, 4.16.0, allowing users to access information based on the version of the library they are using."],["There are two constructors for the `DeidentifyContentResponse` class: a default constructor, and one that allows for the instantiation by cloning another `DeidentifyContentResponse` instance."]]],[]]