| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.clone() |
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withConfidence(Float confidence)
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withEquipmentDetections(Collection<EquipmentDetection> equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withEquipmentDetections(EquipmentDetection... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withName(BodyPart name)
The detected body part.
|
ProtectiveEquipmentBodyPart |
ProtectiveEquipmentBodyPart.withName(String name)
The detected body part.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectiveEquipmentBodyPart> |
ProtectiveEquipmentPerson.getBodyParts()
An array of body parts detected on a person's body (including body parts without PPE).
|
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withBodyParts(ProtectiveEquipmentBodyPart... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectiveEquipmentPerson.setBodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withBodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
Copyright © 2023. All rights reserved.