Class GooglePrivacyDlpV2ProcessingLocation
Configure processing location for discovery and inspection. For example, image OCR is only provided in limited regions but configuring ProcessingLocation will redirect OCR to a location where OCR is provided.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ProcessingLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageFallbackLocation
Image processing will fall back using this configuration.
Declaration
[JsonProperty("imageFallbackLocation")]
public virtual GooglePrivacyDlpV2ImageFallbackLocation ImageFallbackLocation { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ImageFallbackLocation |