Show / Hide Table of Contents

Class GooglePrivacyDlpV2ImageRedactionConfig

Configuration for determining how redaction of images should occur.

Inheritance
object
GooglePrivacyDlpV2ImageRedactionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ImageRedactionConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InfoType

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.

Declaration
[JsonProperty("infoType")]
public virtual GooglePrivacyDlpV2InfoType InfoType { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InfoType

RedactAllText

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

Declaration
[JsonProperty("redactAllText")]
public virtual bool? RedactAllText { get; set; }
Property Value
Type Description
bool?

RedactionColor

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

Declaration
[JsonProperty("redactionColor")]
public virtual GooglePrivacyDlpV2Color RedactionColor { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Color

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX