public static interface ProtectiveEquipmentBodyPart.Builder extends SdkPojo, CopyableBuilder<ProtectiveEquipmentBodyPart.Builder,ProtectiveEquipmentBodyPart>
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentBodyPart.Builder |
confidence(Float confidence)
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
equipmentDetections(Collection<EquipmentDetection> equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
equipmentDetections(Consumer<EquipmentDetection.Builder>... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
equipmentDetections(EquipmentDetection... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
|
ProtectiveEquipmentBodyPart.Builder |
name(BodyPart name)
The detected body part.
|
ProtectiveEquipmentBodyPart.Builder |
name(String name)
The detected body part.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectiveEquipmentBodyPart.Builder name(String name)
The detected body part.
ProtectiveEquipmentBodyPart.Builder name(BodyPart name)
The detected body part.
ProtectiveEquipmentBodyPart.Builder confidence(Float confidence)
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
confidence - The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.ProtectiveEquipmentBodyPart.Builder equipmentDetections(Collection<EquipmentDetection> equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
equipmentDetections - An array of Personal Protective Equipment items detected around a body part.ProtectiveEquipmentBodyPart.Builder equipmentDetections(EquipmentDetection... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
equipmentDetections - An array of Personal Protective Equipment items detected around a body part.ProtectiveEquipmentBodyPart.Builder equipmentDetections(Consumer<EquipmentDetection.Builder>... equipmentDetections)
An array of Personal Protective Equipment items detected around a body part.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #equipmentDetections(List) .equipmentDetections - a consumer that will call methods on List.Builder #equipmentDetections(List) Copyright © 2022. All rights reserved.