ProtectiveEquipmentBodyPart class
Information about a body part detected by DetectProtectiveEquipment
that contains PPE. An array of ProtectiveEquipmentBodyPart
objects is returned for each person detected by
DetectProtectiveEquipment
.
Constructors
-
ProtectiveEquipmentBodyPart({double? confidence, List<
EquipmentDetection> ? equipmentDetections, BodyPart? name}) -
ProtectiveEquipmentBodyPart.fromJson(Map<
String, dynamic> json) -
factory
Properties
- confidence → double?
-
The confidence that Amazon Rekognition has in the detection accuracy of the
detected body part.
final
-
equipmentDetections
→ List<
EquipmentDetection> ? -
An array of Personal Protective Equipment items detected around a body part.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → BodyPart?
-
The detected body part.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited