EquipmentDetection constructor
EquipmentDetection({
- BoundingBox? boundingBox,
- double? confidence,
- CoversBodyPart? coversBodyPart,
- ProtectiveEquipmentType? type,
Implementation
EquipmentDetection({
this.boundingBox,
this.confidence,
this.coversBodyPart,
this.type,
});