Class ImageContainmentType (3.35.0)

ImageContainmentType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the relationship between bounding boxes for image findings.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
encloses google.cloud.dlp_v2.types.Encloses
The context finding's bounding box must fully contain the target finding's bounding box. This field is a member of oneof_ type.
fully_inside google.cloud.dlp_v2.types.FullyInside
The context finding's bounding box must be fully inside the target finding's bounding box. This field is a member of oneof_ type.
overlaps google.cloud.dlp_v2.types.Overlap
The context finding's bounding box and the target finding's bounding box must have a non-zero intersection. This field is a member of oneof_ type.