Interface protos.google.privacy.dlp.v2.IBoundingBox (5.3.0)

Properties of a BoundingBox.

Package

@google-cloud/dlp

Properties

height

height?: (number|null);

BoundingBox height

left

left?: (number|null);

BoundingBox left

top

top?: (number|null);

BoundingBox top

width

width?: (number|null);

BoundingBox width