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 webpage provides documentation for the `DeidentifyContentResponse` class within the Google Cloud Data Loss Prevention v2 API, specifically for version 4.14.0 and other versions as well."],["`DeidentifyContentResponse` is a class used to represent the results of de-identifying a `ContentItem`, which implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, a default constructor and one that accepts another `DeidentifyContentResponse` object for copying purposes."],["The `DeidentifyContentResponse` class contains two main properties, `Item`, which holds the de-identified content, and `Overview`, which gives details of the transformation applied to the `item`."],["The webpage also lists older versions, going as far back as version 2.15.0, including links to their respective documentation pages, allowing for a full overview of past versions."]]],[]]