public static interface ProtectiveEquipmentPerson.Builder extends SdkPojo, CopyableBuilder<ProtectiveEquipmentPerson.Builder,ProtectiveEquipmentPerson>
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentPerson.Builder |
bodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
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 |
bodyParts(ProtectiveEquipmentBodyPart... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
|
ProtectiveEquipmentPerson.Builder |
boundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
|
default ProtectiveEquipmentPerson.Builder |
boundingBox(Consumer<BoundingBox.Builder> boundingBox)
A bounding box around the detected person.
|
ProtectiveEquipmentPerson.Builder |
confidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box contains a person.
|
ProtectiveEquipmentPerson.Builder |
id(Integer id)
The identifier for the detected person.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectiveEquipmentPerson.Builder bodyParts(Collection<ProtectiveEquipmentBodyPart> bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
bodyParts - An array of body parts detected on a person's body (including body parts without PPE).ProtectiveEquipmentPerson.Builder bodyParts(ProtectiveEquipmentBodyPart... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
bodyParts - An array of body parts detected on a person's body (including body parts without PPE).ProtectiveEquipmentPerson.Builder bodyParts(Consumer<ProtectiveEquipmentBodyPart.Builder>... bodyParts)
An array of body parts detected on a person's body (including body parts without PPE).
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 #bodyParts(List) .bodyParts - a consumer that will call methods on List.Builder #bodyParts(List) ProtectiveEquipmentPerson.Builder boundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
boundingBox - A bounding box around the detected person.default ProtectiveEquipmentPerson.Builder boundingBox(Consumer<BoundingBox.Builder> boundingBox)
A bounding box around the detected person.
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)ProtectiveEquipmentPerson.Builder confidence(Float confidence)
The confidence that Amazon Rekognition has that the bounding box contains a person.
confidence - The confidence that Amazon Rekognition has that the bounding box contains a person.ProtectiveEquipmentPerson.Builder id(Integer id)
The identifier for the detected person. The identifier is only unique for a single call to
DetectProtectiveEquipment.
id - The identifier for the detected person. The identifier is only unique for a single call to
DetectProtectiveEquipment.Copyright © 2022. All rights reserved.