ProtectiveEquipmentPerson constructor

ProtectiveEquipmentPerson({
  1. List<ProtectiveEquipmentBodyPart>? bodyParts,
  2. BoundingBox? boundingBox,
  3. double? confidence,
  4. int? id,
})

Implementation

ProtectiveEquipmentPerson({
  this.bodyParts,
  this.boundingBox,
  this.confidence,
  this.id,
});