EquipmentDetection constructor

EquipmentDetection({
  1. BoundingBox? boundingBox,
  2. double? confidence,
  3. CoversBodyPart? coversBodyPart,
  4. ProtectiveEquipmentType? type,
})

Implementation

EquipmentDetection({
  this.boundingBox,
  this.confidence,
  this.coversBodyPart,
  this.type,
});