public sealed class InspectContentResponse : IMessage<InspectContentResponse>, IEquatable<InspectContentResponse>, IDeepCloneable<InspectContentResponse>, 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."],[[["This webpage details the `InspectContentResponse` class within the `Google.Cloud.Dlp.V2` namespace, which is part of the Google.Cloud.Dlp.V2.dll assembly."],["The `InspectContentResponse` class is used for results when inspecting an item, and it inherits from Object and implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The webpage lists the available documentation for `InspectContentResponse` across multiple versions, ranging from 2.15.0 to 4.16.0, with 4.16.0 being the latest version."],["The `InspectContentResponse` class includes a property called `Result` of type `InspectResult`, that contains any findings from an inspection."],["There are two constructors for the `InspectContentResponse` class, one default constructor, and another constructor that takes an `InspectContentResponse` object."]]],[]]