static ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.builder() |
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.confidence(Float confidence) |
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.equipmentDetections(Collection<EquipmentDetection> equipmentDetections) |
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.equipmentDetections(Consumer<EquipmentDetection.Builder>... equipmentDetections) |
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.equipmentDetections(EquipmentDetection... equipmentDetections) |
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.name(String name) |
The detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.Builder.name(BodyPart name) |
The detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
ProtectiveEquipmentBodyPart.toBuilder() |
|