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-04-09 UTC."],[[["The `RedactImageResponse` class represents the results of redacting an image and is part of the Google.Cloud.Dlp.V2 namespace within the Google.Cloud.Dlp.V2.dll assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The `RedactImageResponse` class includes properties like `ExtractedText`, `InspectResult`, and `RedactedImage`, providing access to any extracted text from the image, inspection findings, and the redacted image data, respectively."],["The latest version available in the documentation is 4.16.0, with previous versions ranging back to 2.15.0."]]],[]]