Google Cloud Data Loss Prevention v2 API - Class RedactImageResponse (4.8.0)

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.

Results of redacting an image.

Inheritance

object > RedactImageResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

RedactImageResponse()

public RedactImageResponse()

RedactImageResponse(RedactImageResponse)

public RedactImageResponse(RedactImageResponse other)
Parameter
NameDescription
otherRedactImageResponse

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
TypeDescription
string

InspectResult

public InspectResult InspectResult { get; set; }

The findings. Populated when include_findings in the request is true.

Property Value
TypeDescription
InspectResult

RedactedImage

public ByteString RedactedImage { get; set; }

The redacted image. The type will be the same as the original image.

Property Value
TypeDescription
ByteString