public sealed class RedactImageResponse : IMessage<RedactImageResponse>, IEquatable<RedactImageResponse>, IDeepCloneable<RedactImageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RedactImageResponse.
If an image was being inspected and the InspectConfig's include_quote was
set to true, then this field will include all text, if any, that was found
in the image.
[[["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 provides documentation for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, detailing its use in redacting images."],["The latest version documented is 4.16.0, and the page contains an extensive list of previous versions, ranging down to version 2.15.0, each linked to their respective documentation."],["The `RedactImageResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, allowing for comparisons, deep cloning, and efficient message handling."],["Key properties of the `RedactImageResponse` class include `ExtractedText` for any text found in the image, `InspectResult` for any findings, and `RedactedImage` for the redacted image data."],["There are two constructors for the `RedactImageResponse` class: a default constructor and one that takes another `RedactImageResponse` object as a parameter for creating a copy."]]],[]]