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.
Implements
IMessageRedactImageRequestTypesImageRedactionConfig, IEquatableRedactImageRequestTypesImageRedactionConfig, IDeepCloneableRedactImageRequestTypesImageRedactionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ImageRedactionConfig()
public ImageRedactionConfig()
ImageRedactionConfig(ImageRedactionConfig)
public ImageRedactionConfig(RedactImageRequest.Types.ImageRedactionConfig other)
Parameter | |
---|---|
Name | Description |
other |
RedactImageRequestTypesImageRedactionConfig |
Properties
HasRedactAllText
public bool HasRedactAllText { get; }
Gets whether the "redact_all_text" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
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 |
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 | |
---|---|
Type | Description |
Color |
TargetCase
public RedactImageRequest.Types.ImageRedactionConfig.TargetOneofCase TargetCase { get; }
Property Value | |
---|---|
Type | Description |
RedactImageRequestTypesImageRedactionConfigTargetOneofCase |