GooglePrivacyDlpV2ImageContainmentType class

Specifies the relationship between bounding boxes for image findings.

Properties

encloses GooglePrivacyDlpV2Encloses?
The context finding's bounding box must fully contain the target finding's bounding box.
getter/setter pair
fullyInside GooglePrivacyDlpV2FullyInside?
The context finding's bounding box must be fully inside the target finding's bounding box.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
overlaps GooglePrivacyDlpV2Overlap?
The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited