| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.builder() |
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.Builder.personsIndeterminate(Collection<Integer> personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective
equipment.
|
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.Builder.personsIndeterminate(Integer... personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective
equipment.
|
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.Builder.personsWithoutRequiredEquipment(Collection<Integer> personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment. |
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.Builder.personsWithoutRequiredEquipment(Integer... personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment. |
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.Builder.personsWithRequiredEquipment(Collection<Integer> personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
|
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.Builder.personsWithRequiredEquipment(Integer... personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
|
ProtectiveEquipmentSummary.Builder |
ProtectiveEquipmentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProtectiveEquipmentSummary.Builder> |
ProtectiveEquipmentSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectProtectiveEquipmentResponse.Builder |
DetectProtectiveEquipmentResponse.Builder.summary(Consumer<ProtectiveEquipmentSummary.Builder> summary)
Summary information for the types of PPE specified in the
SummarizationAttributes input
parameter. |
Copyright © 2021. All rights reserved.