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.
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)
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.
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.
RedactionColor
public Color RedactionColor { get; set; }
The color to use when redacting content from an image. If not specified, the default is black.
TargetCase
public RedactImageRequest.Types.ImageRedactionConfig.TargetOneofCase TargetCase { get; }