Show / Hide Table of Contents

Class GooglePrivacyDlpV2ImageContainmentType

Specifies the relationship between bounding boxes for image findings.

Inheritance
object
GooglePrivacyDlpV2ImageContainmentType
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX