Model Armor v1 API - Class SdpImageFindingLocation.Types.SdpBoundingBox (1.0.0-beta07)

public sealed class SdpImageFindingLocation.Types.SdpBoundingBox : IMessage<SdpImageFindingLocation.Types.SdpBoundingBox>, IEquatable<SdpImageFindingLocation.Types.SdpBoundingBox>, IDeepCloneable<SdpImageFindingLocation.Types.SdpBoundingBox>, IBufferMessage, IMessage

Reference documentation and code samples for the Model Armor v1 API class SdpImageFindingLocation.Types.SdpBoundingBox.

Bounding box encompassing a finding within an image.

Inheritance

object > SdpImageFindingLocation.Types.SdpBoundingBox

Namespace

Google.Cloud.ModelArmor.V1

Assembly

Google.Cloud.ModelArmor.V1.dll

Constructors

SdpBoundingBox()

public SdpBoundingBox()

SdpBoundingBox(SdpBoundingBox)

public SdpBoundingBox(SdpImageFindingLocation.Types.SdpBoundingBox other)
Parameter
Name Description
other SdpImageFindingLocationTypesSdpBoundingBox

Properties

Height

public int Height { get; set; }

Height of the bounding box in pixels.

Property Value
Type Description
int

Left

public int Left { get; set; }

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

Property Value
Type Description
int

Top

public int Top { get; set; }

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

Property Value
Type Description
int

Width

public int Width { get; set; }

Width of the bounding box in pixels.

Property Value
Type Description
int