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

Properties of a BoundingBox.

Package

@google-cloud/dlp!

Properties

height

height?: (number|null);

BoundingBox height

Property Value
TypeDescription
(number|null)

left

left?: (number|null);

BoundingBox left

Property Value
TypeDescription
(number|null)

top

top?: (number|null);

BoundingBox top

Property Value
TypeDescription
(number|null)

width

width?: (number|null);

BoundingBox width

Property Value
TypeDescription
(number|null)