public sealed class ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox : IMessage<ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox>, IEquatable<ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox>, IDeepCloneable<ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox.
Bounding Box in the normalized coordinates.
Inheritance
object > ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBoxImplements
IMessageObjectDetectionPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox, IEquatableObjectDetectionPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox, IDeepCloneableObjectDetectionPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
NormalizedBoundingBox()
public NormalizedBoundingBox()NormalizedBoundingBox(NormalizedBoundingBox)
public NormalizedBoundingBox(ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox other)| Parameter | |
|---|---|
| Name | Description |
other |
ObjectDetectionPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox |
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 |
|