EquipmentDetection class
Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.
Constructors
- EquipmentDetection({BoundingBox? boundingBox, double? confidence, CoversBodyPart? coversBodyPart, ProtectiveEquipmentType? type})
-
EquipmentDetection.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boundingBox → BoundingBox?
-
A bounding box surrounding the item of detected PPE.
final
- confidence → double?
-
The confidence that Amazon Rekognition has that the bounding box
(
BoundingBox
) contains an item of PPE.final - coversBodyPart → CoversBodyPart?
-
Information about the body part covered by the detected PPE.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ProtectiveEquipmentType?
-
The type of detected PPE.
final
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