public sealed class ImageRedactionConfig : IMessage<RedactImageRequest.Types.ImageRedactionConfig>, IEquatable<RedactImageRequest.Types.ImageRedactionConfig>, IDeepCloneable<RedactImageRequest.Types.ImageRedactionConfig>, IBufferMessage, IMessageConfiguration for determining how redaction of images should occur.
Implements
IMessage<RedactImageRequest.Types.ImageRedactionConfig>, IEquatable<RedactImageRequest.Types.ImageRedactionConfig>, IDeepCloneable<RedactImageRequest.Types.ImageRedactionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ImageRedactionConfig()
public ImageRedactionConfig()ImageRedactionConfig(RedactImageRequest.Types.ImageRedactionConfig)
public ImageRedactionConfig(RedactImageRequest.Types.ImageRedactionConfig other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        RedactImageRequest.Types.ImageRedactionConfig | 
      
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 | 
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 | |
|---|---|
| Type | Description | 
Boolean | 
        |
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 | 
Color | 
        |
TargetCase
public RedactImageRequest.Types.ImageRedactionConfig.TargetOneofCase TargetCase { get; }| Property Value | |
|---|---|
| Type | Description | 
RedactImageRequest.Types.ImageRedactionConfig.TargetOneofCase | 
        |