ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts) |
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(Consumer<ProtectiveEquipmentBodyPart.Builder>... bodyParts) |
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(ProtectiveEquipmentBodyPart... bodyParts) |
An array of body parts detected on a person's body (including body parts without PPE).
|
default ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox) |
A bounding box around the detected person.
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.boundingBox(BoundingBox boundingBox) |
A bounding box around the detected person.
|
static ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.builder() |
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.confidence(Float confidence) |
The confidence that Amazon Rekognition has that the bounding box contains a person.
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.id(Integer id) |
The identifier for the detected person.
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.toBuilder() |
|