public sealed class ReidentifyContentResponse : IMessage<ReidentifyContentResponse>, IEquatable<ReidentifyContentResponse>, IDeepCloneable<ReidentifyContentResponse>, 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-04-09 UTC."],[[["This page details the `ReidentifyContentResponse` class within the `Google.Cloud.Dlp.V2` namespace, found in the `Google.Cloud.Dlp.V2.dll` assembly, specifically focusing on version 3.4.0 and showing previous versions back to 2.15.0, as well as a link to the latest."],["`ReidentifyContentResponse` is a class used to display the results of a data re-identification process, which inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor (`ReidentifyContentResponse()`) and a copy constructor (`ReidentifyContentResponse(ReidentifyContentResponse other)`), allowing for the creation of new objects based on existing ones."],["It contains two key properties, `Item` which returns the re-identified content, and `Overview` which returns a summary of the changes made during the re-identification process."],["The document lists the available versions of the `ReidentifyContentResponse` class, ranging from version 4.16.0 (latest) down to version 2.15.0, each with a link to its respective documentation, and displaying version 3.4.0 in detail."]]],[]]