| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.clone() |
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withBodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withBodyParts(ProtectiveEquipmentBodyPart... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withBoundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withConfidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box contains a person.
|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withId(Integer id)
The identifier for the detected person.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectiveEquipmentPerson> |
DetectProtectiveEquipmentResult.getPersons()
An array of persons detected in the image (including persons not wearing PPE).
|
| Modifier and Type | Method and Description |
|---|---|
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withPersons(ProtectiveEquipmentPerson... persons)
An array of persons detected in the image (including persons not wearing PPE).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectProtectiveEquipmentResult.setPersons(Collection<ProtectiveEquipmentPerson> persons)
An array of persons detected in the image (including persons not wearing PPE).
|
DetectProtectiveEquipmentResult |
DetectProtectiveEquipmentResult.withPersons(Collection<ProtectiveEquipmentPerson> persons)
An array of persons detected in the image (including persons not wearing PPE).
|
Copyright © 2025. All rights reserved.