Class RedactImageRequest.Types.ImageRedactionConfig (3.4.0)

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

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(RedactImageRequest.Types.ImageRedactionConfig)

 public ImageRedactionConfig(RedactImageRequest.Types.ImageRedactionConfig other) 
Parameter
Name
Description

Properties

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
Type
Description

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
Type
Description

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
Type
Description

TargetCase

 public RedactImageRequest.Types.ImageRedactionConfig.TargetOneofCase TargetCase { get; }