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 provides properties such as `ExtractedText`, `InspectResult`, and `RedactedImage` to manage text extracted from images, inspection findings, and the redacted image data respectively."],["The document includes a list of available versions for `RedactImageResponse`, ranging from version 2.15.0 to the latest 4.16.0, offering different API endpoints to retrieve the response for each."],["The `RedactImageResponse` class inherits from multiple interfaces and the Object class, such as `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, and implements their respective features."],["This document contains the constructors for `RedactImageResponse` object, both a default and one that accepts another `RedactImageResponse` object."]]],[]]