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 documentation for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["The `RedactImageResponse` class, which is a part of the `Google.Cloud.Dlp.V2` namespace, is used to encapsulate the results of redacting an image and has been documented for multiple versions of the API, ranging from version 2.15.0 to 4.16.0."],["The `RedactImageResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties like `ExtractedText`, `InspectResult`, and `RedactedImage` to store and retrieve data related to the redaction process."],["The class can be instantiated using two constructors: a default constructor `RedactImageResponse()` and an overloaded constructor `RedactImageResponse(RedactImageResponse other)` that allows the creation of a new instance based on an existing one."],["The `RedactImageResponse` class is inheriting members from the `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]