| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.builder() |
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.persons(Collection<ProtectiveEquipmentPerson> persons)
An array of persons detected in the image (including persons not wearing PPE).
|
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.persons(Consumer<ProtectiveEquipmentPerson.Builder>... persons)
An array of persons detected in the image (including persons not wearing PPE).
|
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.persons(ProtectiveEquipmentPerson... persons)
An array of persons detected in the image (including persons not wearing PPE).
|
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.protectiveEquipmentModelVersion(String protectiveEquipmentModelVersion)
The version number of the PPE detection model used to detect PPE in the image.
|
default DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.summary(Consumer<ProtectiveEquipmentSummary.Builder> summary)
Summary information for the types of PPE specified in the
SummarizationAttributes input
parameter. |
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.summary(ProtectiveEquipmentSummary summary)
Summary information for the types of PPE specified in the
SummarizationAttributes input
parameter. |
DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectProtectiveEquipmentResponse.Builder> |
DetectProtectiveEquipmentResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.