| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static CoversBodyPart.Builder |
CoversBodyPart.builder() |
CoversBodyPart.Builder |
CoversBodyPart.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition has in the value of
Value. |
CoversBodyPart.Builder |
CoversBodyPart.toBuilder() |
CoversBodyPart.Builder |
CoversBodyPart.Builder.value(Boolean value)
True if the PPE covers the corresponding body part, otherwise false.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CoversBodyPart.Builder> |
CoversBodyPart.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EquipmentDetection.Builder |
EquipmentDetection.Builder.coversBodyPart(Consumer<CoversBodyPart.Builder> coversBodyPart)
Information about the body part covered by the detected PPE.
|
Copyright © 2023. All rights reserved.