public sealed class RedactImageResponse : IMessage<RedactImageResponse>, IEquatable<RedactImageResponse>, IDeepCloneable<RedactImageResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RedactImageResponse.
Results of redacting an image.
Implements
IMessage<RedactImageResponse>, IEquatable<RedactImageResponse>, IDeepCloneable<RedactImageResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RedactImageResponse()
public RedactImageResponse()RedactImageResponse(RedactImageResponse)
public RedactImageResponse(RedactImageResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RedactImageResponse |
Properties
ExtractedText
public string ExtractedText { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|
InspectResult
public InspectResult InspectResult { get; set; }The findings. Populated when include_findings in the request is true.
| Property Value | |
|---|---|
| Type | Description |
InspectResult |
|
RedactedImage
public ByteString RedactedImage { get; set; }The redacted image. The type will be the same as the original image.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|