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

public sealed class PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox : IMessage<PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox>, IEquatable<PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox>, IDeepCloneable<PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox.

Bounding Box in the normalized coordinates.

Inheritance

object > PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

NormalizedBoundingBox()

public NormalizedBoundingBox()

NormalizedBoundingBox(NormalizedBoundingBox)

public NormalizedBoundingBox(PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox other)
Parameter
Name Description
other PersonalProtectiveEquipmentDetectionOutputTypesNormalizedBoundingBox

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