| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProtectiveEquipmentPerson> |
DetectProtectiveEquipmentResponse.persons()
An array of persons detected in the image (including persons not wearing PPE).
|
| Modifier and Type | Method and Description |
|---|---|
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.persons(ProtectiveEquipmentPerson... persons)
An array of persons detected in the image (including persons not wearing PPE).
|
| Modifier and Type | Method and Description |
|---|---|
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.persons(Collection<ProtectiveEquipmentPerson> persons)
An array of persons detected in the image (including persons not wearing PPE).
|
Copyright © 2022. All rights reserved.