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-04-09 UTC."],[[["This webpage provides documentation for the `RedactImageResponse` class within the Google Cloud Data Loss Prevention v2 API, offering reference materials and code samples."],["The `RedactImageResponse` class is designed to present the results of redacting an image, with several versions of the API available, ranging from version 2.15.0 to the latest 4.16.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows it to interact with others using similar interfaces."],["`RedactImageResponse` offers properties such as `ExtractedText`, `InspectResult`, and `RedactedImage`, enabling access to found text, inspection findings, and the modified image data, respectively."],["The `RedactImageResponse` class offers two constructors: a default constructor and a copy constructor, to either create an empty instance or clone an existing instance."]]],[]]