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 document provides reference information for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment, with the current version being 4.6.0 and the latest being 4.16.0."],["The `RedactImageResponse` class, used to represent the outcome of redacting an image, inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `ExtractedText`, `InspectResult`, and `RedactedImage`, which provide details on any extracted text, findings from the inspection, and the redacted image itself, respectively."],["The documentation provides details on available constructors, inherited members, namespace, and assembly information for the `RedactImageResponse` class."],["There is a history of releases for the package, spanning from version 2.15.0 up to the latest release of 4.16.0, with all version numbers listed."]]],[]]