Google Cloud Data Loss Prevention v2 API - Class BoundingBox (4.8.0)

public sealed class BoundingBox : IMessage<BoundingBox>, IEquatable<BoundingBox>, IDeepCloneable<BoundingBox>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BoundingBox.

Bounding box encompassing detected text within an image.

Inheritance

object > BoundingBox

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BoundingBox()

public BoundingBox()

BoundingBox(BoundingBox)

public BoundingBox(BoundingBox other)
Parameter
NameDescription
otherBoundingBox

Properties

Height

public int Height { get; set; }

Height of the bounding box in pixels.

Property Value
TypeDescription
int

Left

public int Left { get; set; }

Left coordinate of the bounding box. (0,0) is upper left.

Property Value
TypeDescription
int

Top

public int Top { get; set; }

Top coordinate of the bounding box. (0,0) is upper left.

Property Value
TypeDescription
int

Width

public int Width { get; set; }

Width of the bounding box in pixels.

Property Value
TypeDescription
int