| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
EquipmentDetection |
EquipmentDetection.clone() |
EquipmentDetection |
EquipmentDetection.withBoundingBox(BoundingBox boundingBox)
A bounding box surrounding the item of detected PPE.
|
EquipmentDetection |
EquipmentDetection.withConfidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box (
BoundingBox) contains an item of
PPE. |
EquipmentDetection |
EquipmentDetection.withCoversBodyPart(CoversBodyPart coversBodyPart)
Information about the body part covered by the detected PPE.
|
EquipmentDetection |
EquipmentDetection.withType(ProtectiveEquipmentType type)
The type of detected PPE.
|
EquipmentDetection |
EquipmentDetection.withType(String type)
The type of detected PPE.
|
| Modifier and Type | Method and Description |
|---|---|
List<EquipmentDetection> |
ProtectiveEquipmentBodyPart.getEquipmentDetections()
An array of Personal Protective Equipment items detected around a body part.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withEquipmentDetections(EquipmentDetection... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectiveEquipmentBodyPart.setEquipmentDetections(Collection<EquipmentDetection> equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withEquipmentDetections(Collection<EquipmentDetection> equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
Copyright © 2023. All rights reserved.