| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProtectiveEquipmentBodyPart> |
ProtectiveEquipmentPerson.bodyParts()
An array of body parts detected on a person's body (including body parts without PPE).
|
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(ProtectiveEquipmentBodyPart... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
Copyright © 2022. All rights reserved.