public static interface EquipmentDetection.Builder extends SdkPojo, CopyableBuilder<EquipmentDetection.Builder,EquipmentDetection>
| Modifier and Type | Method and Description |
|---|---|
EquipmentDetection.Builder |
boundingBox(BoundingBox boundingBox)
A bounding box surrounding the item of detected PPE.
|
default EquipmentDetection.Builder |
boundingBox(Consumer<BoundingBox.Builder> boundingBox)
A bounding box surrounding the item of detected PPE.
|
EquipmentDetection.Builder |
confidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box (
BoundingBox) contains an item
of PPE. |
default EquipmentDetection.Builder |
coversBodyPart(Consumer<CoversBodyPart.Builder> coversBodyPart)
Information about the body part covered by the detected PPE.
|
EquipmentDetection.Builder |
coversBodyPart(CoversBodyPart coversBodyPart)
Information about the body part covered by the detected PPE.
|
EquipmentDetection.Builder |
type(ProtectiveEquipmentType type)
The type of detected PPE.
|
EquipmentDetection.Builder |
type(String type)
The type of detected PPE.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEquipmentDetection.Builder boundingBox(BoundingBox boundingBox)
A bounding box surrounding the item of detected PPE.
boundingBox - A bounding box surrounding the item of detected PPE.default EquipmentDetection.Builder boundingBox(Consumer<BoundingBox.Builder> boundingBox)
A bounding box surrounding the item of detected PPE.
This is a convenience that creates an instance of theBoundingBox.Builder avoiding the need to create
one manually via BoundingBox.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to boundingBox(BoundingBox).boundingBox - a consumer that will call methods on BoundingBox.BuilderboundingBox(BoundingBox)EquipmentDetection.Builder confidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item
of PPE.
confidence - The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains
an item of PPE.EquipmentDetection.Builder type(String type)
The type of detected PPE.
type - The type of detected PPE.ProtectiveEquipmentType,
ProtectiveEquipmentTypeEquipmentDetection.Builder type(ProtectiveEquipmentType type)
The type of detected PPE.
type - The type of detected PPE.ProtectiveEquipmentType,
ProtectiveEquipmentTypeEquipmentDetection.Builder coversBodyPart(CoversBodyPart coversBodyPart)
Information about the body part covered by the detected PPE.
coversBodyPart - Information about the body part covered by the detected PPE.default EquipmentDetection.Builder coversBodyPart(Consumer<CoversBodyPart.Builder> coversBodyPart)
Information about the body part covered by the detected PPE.
This is a convenience that creates an instance of theCoversBodyPart.Builder avoiding the need to
create one manually via CoversBodyPart.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to coversBodyPart(CoversBodyPart).coversBodyPart - a consumer that will call methods on CoversBodyPart.BuildercoversBodyPart(CoversBodyPart)Copyright © 2021. All rights reserved.