Show / Hide Table of Contents

Class GooglePrivacyDlpV2ImageTransformation

Configuration for determining how redaction of images should occur.

Inheritance
object
GooglePrivacyDlpV2ImageTransformation
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 GooglePrivacyDlpV2ImageTransformation : IDirectResponseSchema

Properties

AllInfoTypes

Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.

Declaration
[JsonProperty("allInfoTypes")]
public virtual GooglePrivacyDlpV2AllInfoTypes AllInfoTypes { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AllInfoTypes

AllText

Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.

Declaration
[JsonProperty("allText")]
public virtual GooglePrivacyDlpV2AllText AllText { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AllText

ETag

The ETag of the item.

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

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

SelectedInfoTypes

Apply transformation to the selected info_types.

Declaration
[JsonProperty("selectedInfoTypes")]
public virtual GooglePrivacyDlpV2SelectedInfoTypes SelectedInfoTypes { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2SelectedInfoTypes

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX