| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CoversBodyPart |
CoversBodyPart.clone() |
CoversBodyPart |
EquipmentDetection.getCoversBodyPart()
Information about the body part covered by the detected PPE.
|
CoversBodyPart |
CoversBodyPart.withConfidence(Float confidence)
The confidence that Amazon Rekognition has in the value of
Value. |
CoversBodyPart |
CoversBodyPart.withValue(Boolean value)
True if the PPE covers the corresponding body part, otherwise false.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EquipmentDetection.setCoversBodyPart(CoversBodyPart coversBodyPart)
Information about the body part covered by the detected PPE.
|
EquipmentDetection |
EquipmentDetection.withCoversBodyPart(CoversBodyPart coversBodyPart)
Information about the body part covered by the detected PPE.
|
Copyright © 2022. All rights reserved.