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

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

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

PPEIdentified box contains the location and the entity info of the PPE.

Inheritance

object > PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

PPEIdentifiedBox()

public PPEIdentifiedBox()

PPEIdentifiedBox(PPEIdentifiedBox)

public PPEIdentifiedBox(PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox other)
Parameter
Name Description
other PersonalProtectiveEquipmentDetectionOutputTypesPPEIdentifiedBox

Properties

BoxId

public long BoxId { get; set; }

An unique id for this box.

Property Value
Type Description
long

ConfidenceScore

public float ConfidenceScore { get; set; }

Confidence score associated with this box.

Property Value
Type Description
float

NormalizedBoundingBox

public PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox NormalizedBoundingBox { get; set; }

Bounding Box in the normalized coordinates.

Property Value
Type Description
PersonalProtectiveEquipmentDetectionOutputTypesNormalizedBoundingBox

PpeEntity

public PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity PpeEntity { get; set; }

PPE entity info.

Property Value
Type Description
PersonalProtectiveEquipmentDetectionOutputTypesPPEEntity