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."],[[["The page documents the `ReidentifyContentResponse` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality for re-identifying data items."],["This class has been implemented in multiple versions ranging from 2.15.0 up to 4.16.0 with 4.16.0 being the latest available, all accessible through specific URLs."],["`ReidentifyContentResponse` includes properties like `Item`, representing the re-identified content, and `Overview`, which summarizes the modifications made to the original item."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities within the .NET environment."],["The class has 2 constructors: a default constructor and one that accepts another `ReidentifyContentResponse` object as a parameter, to allow creating clones."]]],[]]