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 webpage details the `RedactImageResponse` class within the `Google.Cloud.Dlp.V2` namespace, which represents the results of redacting an image."],["The `RedactImageResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["Key properties of `RedactImageResponse` include `ExtractedText`, containing any text found in the image, `InspectResult`, which includes any findings from the redaction, and `RedactedImage`, which holds the redacted image itself."],["The page provides a version history for the `RedactImageResponse` documentation, spanning from version 2.15.0 to the latest version, 4.16.0."],["The `RedactImageResponse` class has two constructors, a parameterless constructor, and one that receives another `RedactImageResponse` as a parameter."]]],[]]