Class GooglePrivacyDlpV2RedactImageRequest
Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.
Implements
Inherited Members
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 |