| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(Consumer<ProtectiveEquipmentBodyPart.Builder>... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.bodyParts(ProtectiveEquipmentBodyPart... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.boundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
|
default ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
A bounding box around the detected person.
|
static ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.builder() |
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box contains a person.
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.id(Integer id)
The identifier for the detected person.
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProtectiveEquipmentPerson.Builder> |
ProtectiveEquipmentPerson.serializableBuilderClass() |
Copyright © 2021. All rights reserved.