Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ExcludeByImageFindings.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_containment_type
def image_containment_type() -> ::Google::Cloud::Dlp::V2::ImageContainmentType- (::Google::Cloud::Dlp::V2::ImageContainmentType) — Specifies the required spatial relationship between the bounding boxes of the target finding and the context infoType findings.
#image_containment_type=
def image_containment_type=(value) -> ::Google::Cloud::Dlp::V2::ImageContainmentType- value (::Google::Cloud::Dlp::V2::ImageContainmentType) — Specifies the required spatial relationship between the bounding boxes of the target finding and the context infoType findings.
- (::Google::Cloud::Dlp::V2::ImageContainmentType) — Specifies the required spatial relationship between the bounding boxes of the target finding and the context infoType findings.
#info_types
def info_types() -> ::Array<::Google::Cloud::Dlp::V2::InfoType>-
(::Array<::Google::Cloud::Dlp::V2::InfoType>) — A list of image-supported infoTypes—excluding document
infoTypes—to
be used as context for the exclusion rule. A finding is excluded if
its bounding box has the specified spatial relationship (defined by
image_containment_type) with a finding of an infoType in this list.For example, if
InspectionRuleSet.info_typesincludesOBJECT_TYPE/PERSONand thisexclusion_rulespecifiesinfo_typesasOBJECT_TYPE/PERSON/PASSPORTwithimage_containment_typeset toencloses, thenOBJECT_TYPE/PERSONfindings will be excluded if they are fully contained within the bounding box of anOBJECT_TYPE/PERSON/PASSPORTfinding.
#info_types=
def info_types=(value) -> ::Array<::Google::Cloud::Dlp::V2::InfoType>-
value (::Array<::Google::Cloud::Dlp::V2::InfoType>) — A list of image-supported infoTypes—excluding document
infoTypes—to
be used as context for the exclusion rule. A finding is excluded if
its bounding box has the specified spatial relationship (defined by
image_containment_type) with a finding of an infoType in this list.For example, if
InspectionRuleSet.info_typesincludesOBJECT_TYPE/PERSONand thisexclusion_rulespecifiesinfo_typesasOBJECT_TYPE/PERSON/PASSPORTwithimage_containment_typeset toencloses, thenOBJECT_TYPE/PERSONfindings will be excluded if they are fully contained within the bounding box of anOBJECT_TYPE/PERSON/PASSPORTfinding.
-
(::Array<::Google::Cloud::Dlp::V2::InfoType>) — A list of image-supported infoTypes—excluding document
infoTypes—to
be used as context for the exclusion rule. A finding is excluded if
its bounding box has the specified spatial relationship (defined by
image_containment_type) with a finding of an infoType in this list.For example, if
InspectionRuleSet.info_typesincludesOBJECT_TYPE/PERSONand thisexclusion_rulespecifiesinfo_typesasOBJECT_TYPE/PERSON/PASSPORTwithimage_containment_typeset toencloses, thenOBJECT_TYPE/PERSONfindings will be excluded if they are fully contained within the bounding box of anOBJECT_TYPE/PERSON/PASSPORTfinding.