public sealed class SdpImageFindingLocation.Types.SdpBoundingBox : IMessage<SdpImageFindingLocation.Types.SdpBoundingBox>, IEquatable<SdpImageFindingLocation.Types.SdpBoundingBox>, IDeepCloneable<SdpImageFindingLocation.Types.SdpBoundingBox>, IBufferMessage, IMessageReference documentation and code samples for the Model Armor v1 API class SdpImageFindingLocation.Types.SdpBoundingBox.
Bounding box encompassing a finding within an image.
Implements
IMessageSdpImageFindingLocationTypesSdpBoundingBox, IEquatableSdpImageFindingLocationTypesSdpBoundingBox, IDeepCloneableSdpImageFindingLocationTypesSdpBoundingBox, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
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 |
|