Class GooglePrivacyDlpV2ImageContainmentType
Specifies the relationship between bounding boxes for image findings.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ImageContainmentType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Encloses
The context finding's bounding box must fully contain the target finding's bounding box.
Declaration
[JsonProperty("encloses")]
public virtual GooglePrivacyDlpV2Encloses Encloses { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2Encloses |
FullyInside
The context finding's bounding box must be fully inside the target finding's bounding box.
Declaration
[JsonProperty("fullyInside")]
public virtual GooglePrivacyDlpV2FullyInside FullyInside { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2FullyInside |
Overlaps
The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.
Declaration
[JsonProperty("overlaps")]
public virtual GooglePrivacyDlpV2Overlap Overlaps { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2Overlap |