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."],[[["The `DeidentifyContentResponse` class in the Google Cloud Data Loss Prevention v2 API represents the results of de-identifying a `ContentItem`."],["This class, which inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is available across various versions, ranging from 2.15.0 up to the latest 4.16.0."],["It includes properties such as `Item`, which contains the de-identified item, and `Overview`, providing a summary of the transformations applied."],["The class offers two constructors: a default constructor and one that accepts another `DeidentifyContentResponse` instance as a parameter."],["The provided documentation details the specific available methods and members, such as `GetHashCode`, `GetType`, and `ToString`, inherited from the `object` class."]]],[]]