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 page details the `InspectContentResponse` class within the `Google.Cloud.Dlp.V2` namespace, used for inspecting content and retrieving the results."],["The `InspectContentResponse` class, which is part of version 4.0.0, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InspectContentResponse` class has a property called `Result` of type `InspectResult` that holds the findings from the inspection process."],["The document provides a list of available versions for `InspectContentResponse`, ranging from the latest version 4.16.0 down to version 2.15.0."],["The class has two constructors: a default constructor `InspectContentResponse()`, and another `InspectContentResponse(InspectContentResponse other)` which copies a given instance of the class."]]],[]]