public sealed class DeidentifyContentResponse : IMessage<DeidentifyContentResponse>, IEquatable<DeidentifyContentResponse>, IDeepCloneable<DeidentifyContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyContentResponse.
[[["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 page provides documentation for the `DeidentifyContentResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API."],["`DeidentifyContentResponse` represents the results of de-identifying a `ContentItem`, as part of the de-identification process using the Google Cloud DLP API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data processing and object handling."],["The class includes properties for `Item` (the de-identified content) and `Overview` (details of transformations applied), allowing users to access both the processed data and the changes made to it."],["The provided links show the class documentation for versions ranging from version 2.15.0 all the way to the latest version, 4.16.0."]]],[]]