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."],[[["This webpage provides documentation for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `RedactImageResponse` class is designed to present the results of redacting an image, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `RedactImageResponse` class include `ExtractedText` for any text found in the image, `InspectResult` for inspection findings, and `RedactedImage` which contains the actual redacted image data."],["The documentation lists available versions of the class, ranging from version 2.15.0 to the latest 4.16.0, with version 4.10.0 being the specific version for which the detailed documentation is provided on this page."],["The class has two constructors: a parameterless one and another allowing for the creation of a `RedactImageResponse` from another `RedactImageResponse` object."]]],[]]