public sealed class ReidentifyContentResponse : IMessage<ReidentifyContentResponse>, IEquatable<ReidentifyContentResponse>, IDeepCloneable<ReidentifyContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReidentifyContentResponse.
[[["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 `ReidentifyContentResponse` class, part of the Google Cloud Data Loss Prevention v2 API, provides the results of re-identifying an item, with version 4.16.0 being the most recent version."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReidentifyContentResponse` class offers two constructors: a default constructor and one that takes another `ReidentifyContentResponse` instance as a parameter."],["It includes properties such as `Item`, representing the re-identified item of type `ContentItem`, and `Overview`, providing a summary of changes made, which is of type `TransformationOverview`."],["There are many previous versions available to browse that go as far back as version 2.15.0."]]],[]]