| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.builder() |
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.equipmentDetections(Collection<EquipmentDetection> equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.equipmentDetections(Consumer<EquipmentDetection.Builder>... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.equipmentDetections(EquipmentDetection... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.name(BodyPart name)
The detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.name(String name)
The detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProtectiveEquipmentBodyPart.Builder> |
ProtectiveEquipmentBodyPart.serializableBuilderClass() |
Copyright © 2021. All rights reserved.