GooglePrivacyDlpV2ExcludeByImageFindings class
The rule to exclude image findings based on spatial relationships with other image findings.
For example, exclude an image finding if it overlaps with another image finding. This rule is silently ignored if the content being inspected is not an image.
Constructors
-
GooglePrivacyDlpV2ExcludeByImageFindings({GooglePrivacyDlpV2ImageContainmentType? imageContainmentType, List<
GooglePrivacyDlpV2InfoType> ? infoTypes}) - GooglePrivacyDlpV2ExcludeByImageFindings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageContainmentType ↔ GooglePrivacyDlpV2ImageContainmentType?
-
Specifies the required spatial relationship between the bounding boxes of
the target finding and the context infoType findings.
getter/setter pair
-
infoTypes
↔ List<
GooglePrivacyDlpV2InfoType> ? -
A list of image-supported infoTypes—excluding
document infoTypes—to
be used as context for the exclusion rule.
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