GooglePrivacyDlpV2AdjustByImageFindings class
AdjustmentRule condition for image findings.
This rule is silently ignored if the content being inspected is not an image.
Constructors
-
GooglePrivacyDlpV2AdjustByImageFindings({GooglePrivacyDlpV2ImageContainmentType? imageContainmentType, List<
GooglePrivacyDlpV2InfoType> ? infoTypes, String? minLikelihood}) - GooglePrivacyDlpV2AdjustByImageFindings.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 adjustment rule.
getter/setter pair
- minLikelihood ↔ String?
-
Minimum likelihood of the
adjust_by_image_findings.info_typesfinding.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