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 `ReidentifyContentResponse` class represents the result of re-identifying an item within the Google Cloud Data Loss Prevention (DLP) API."],["This class is implemented across multiple versions of the API, with version 4.16.0 being the latest, and includes versions going back to 2.15.0."],["The `ReidentifyContentResponse` class includes properties for the re-identified item (`Item`) and a transformation overview (`Overview`)."],["The class implements interfaces such as IMessage, IEquatable, IDeepCloneable and IBufferMessage, offering robust functionality for managing re-identification results."],["The class features two constructors, one being a parameterless one and the other one that takes another `ReidentifyContentResponse` object, allowing the creation of a new instance or a copy of an existing one."]]],[]]