Vision AI v1 API - Class ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox (1.0.0-beta01)

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, IMessage

Reference 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.NormalizedBoundingBox

Namespace

Google.Cloud.VisionAI.V1

Assembly

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