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 provides documentation for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention (DLP) .NET library, with version 4.16.0 being the latest."],["The `RedactImageResponse` class represents the result of redacting an image, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors and properties like `ExtractedText`, `InspectResult`, and `RedactedImage`, allowing access to text found in the image, inspection findings, and the redacted image data itself, respectively."],["The documentation covers versions of the library from 4.16.0 down to 2.15.0, with links provided for each specific version's documentation."],["The `RedactImageResponse` class inherits from `Object` and is part of the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]