ProtectiveEquipmentPerson class
A person detected by a call to DetectProtectiveEquipment. The API
returns all persons detected in the input image in an array of
ProtectiveEquipmentPerson
objects.
Constructors
-
ProtectiveEquipmentPerson({List<
ProtectiveEquipmentBodyPart> ? bodyParts, BoundingBox? boundingBox, double? confidence, int? id}) -
ProtectiveEquipmentPerson.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
bodyParts
→ List<
ProtectiveEquipmentBodyPart> ? -
An array of body parts detected on a person's body (including body parts
without PPE).
final
- boundingBox → BoundingBox?
-
A bounding box around the detected person.
final
- confidence → double?
-
The confidence that Amazon Rekognition has that the bounding box contains a
person.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
The identifier for the detected person. The identifier is only unique for a
single call to
DetectProtectiveEquipment
.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