public sealed class RedactImageResponse : IMessage<RedactImageResponse>, IEquatable<RedactImageResponse>, IDeepCloneable<RedactImageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RedactImageResponse.
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 document provides reference documentation for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, with the most recent version documented being 4.16.0."],["`RedactImageResponse` is a class used to represent the results of redacting an image, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RedactImageResponse` class includes properties such as `ExtractedText`, `InspectResult`, and `RedactedImage`, to capture text found within the image, inspection findings, and the redacted image data, respectively."],["The `RedactImageResponse` class has two constructors, one being parameterless and the second one taking in another `RedactImageResponse` object."],["The different versions of `RedactImageResponse` range from version 2.15.0 up to the most recent 4.16.0."]]],[]]