public sealed class OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox : IMessage<OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox>, IEquatable<OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox>, IDeepCloneable<OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox.
Bounding Box in the normalized coordinates.
Inheritance
object > OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBoxImplements
IMessageOccupancyCountingPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox, IEquatableOccupancyCountingPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox, IDeepCloneableOccupancyCountingPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
NormalizedBoundingBox()
public NormalizedBoundingBox()NormalizedBoundingBox(NormalizedBoundingBox)
public NormalizedBoundingBox(OccupancyCountingPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox |
Properties
Height
public float Height { get; set; }Height of the bounding box.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Width
public float Width { get; set; }Width of the bounding box.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Xmin
public float Xmin { get; set; }Min in x coordinate.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Ymin
public float Ymin { get; set; }Min in y coordinate.
| Property Value | |
|---|---|
| Type | Description |
float |
|