Class GooglePrivacyDlpV2RedactImageResponse
Results of redacting an image.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RedactImageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtractedText
If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.
Declaration
[JsonProperty("extractedText")]
public virtual string ExtractedText { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectResult
The findings. Populated when include_findings in the request is true.
Declaration
[JsonProperty("inspectResult")]
public virtual GooglePrivacyDlpV2InspectResult InspectResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InspectResult |
RedactedImage
The redacted image. The type will be the same as the original image.
Declaration
[JsonProperty("redactedImage")]
public virtual string RedactedImage { get; set; }
Property Value
Type | Description |
---|---|
string |