Show / Hide Table of Contents

Class GooglePrivacyDlpV2RedactImageRequest

Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.

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

Properties

ByteItem

The content must be PNG, JPEG, SVG or BMP.

Declaration
[JsonProperty("byteItem")]
public virtual GooglePrivacyDlpV2ByteContentItem ByteItem { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ByteContentItem

ETag

The ETag of the item.

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

ImageRedactionConfigs

The configuration for specifying what content to redact from images.

Declaration
[JsonProperty("imageRedactionConfigs")]
public virtual IList<GooglePrivacyDlpV2ImageRedactionConfig> ImageRedactionConfigs { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2ImageRedactionConfig>

IncludeFindings

Whether the response should include findings along with the redacted image.

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

InspectConfig

Configuration for the inspector.

Declaration
[JsonProperty("inspectConfig")]
public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InspectConfig

LocationId

Deprecated. This field has no effect.

Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX