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."],[[["The `RedactImageResponse` class represents the result of redacting an image and is part of the Google Cloud Data Loss Prevention (DLP) library's version 3.4.0 and is accessible in many different versions."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It offers two constructors, one default and one that copies another `RedactImageResponse` object, it provides properties for `ExtractedText`, `InspectResult`, and `RedactedImage`, which allows users to access the extracted text, inspection findings, and the redacted image data."],["The `RedactImageResponse` class is contained within the `Google.Cloud.Dlp.V2` namespace, part of the `Google.Cloud.Dlp.V2.dll` assembly, in the dotnet environment."],["Version 4.16.0 is the latest version and many others are accessible in the documentation such as 4.15.0 down to 2.15.0."]]],[]]