public sealed class RedactImageResponse : IMessage<RedactImageResponse>, IEquatable<RedactImageResponse>, IDeepCloneable<RedactImageResponse>, IBufferMessage, IMessage
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-03-24 UTC."],[[["This document outlines the `RedactImageResponse` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality for redacting images."],["The `RedactImageResponse` class, which is available in multiple versions ranging from 2.15.0 to 4.16.0, inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and a copy constructor that accepts another `RedactImageResponse` object as a parameter, and it has three properties: `ExtractedText`, `InspectResult`, and `RedactedImage`."],["`RedactImageResponse` can return extracted text from the image if requested, provide inspection findings, and output the redacted image in the original image's format."],["The current latest version listed is 4.16.0, while version 3.2.0 is explicitly identified as the main context version for class member details in this documentation."]]],[]]