Google Cloud Data Loss Prevention v2 API - Class RedactImageRequest.Types.ImageRedactionConfig (4.8.0)

public sealed class RedactImageRequest.Types.ImageRedactionConfig : IMessage<RedactImageRequest.Types.ImageRedactionConfig>, IEquatable<RedactImageRequest.Types.ImageRedactionConfig>, IDeepCloneable<RedactImageRequest.Types.ImageRedactionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RedactImageRequest.Types.ImageRedactionConfig.

Configuration for determining how redaction of images should occur.

Inheritance

object > RedactImageRequest.Types.ImageRedactionConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ImageRedactionConfig()

public ImageRedactionConfig()

ImageRedactionConfig(ImageRedactionConfig)

public ImageRedactionConfig(RedactImageRequest.Types.ImageRedactionConfig other)
Parameter
NameDescription
otherRedactImageRequestTypesImageRedactionConfig

Properties

HasRedactAllText

public bool HasRedactAllText { get; }

Gets whether the "redact_all_text" field is set

Property Value
TypeDescription
bool

InfoType

public InfoType InfoType { get; set; }

Only one per info_type should be provided per request. If not specified, and redact_all_text is false, the DLP API will redact all text that it matches against all info_types that are found, but not specified in another ImageRedactionConfig.

Property Value
TypeDescription
InfoType

RedactAllText

public bool RedactAllText { get; set; }

If true, all text found in the image, regardless whether it matches an info_type, is redacted. Only one should be provided.

Property Value
TypeDescription
bool

RedactionColor

public Color RedactionColor { get; set; }

The color to use when redacting content from an image. If not specified, the default is black.

Property Value
TypeDescription
Color

TargetCase

public RedactImageRequest.Types.ImageRedactionConfig.TargetOneofCase TargetCase { get; }
Property Value
TypeDescription
RedactImageRequestTypesImageRedactionConfigTargetOneofCase