| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
PersonDetail.Builder |
PersonDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box around the detected person.
|
default PersonDetail.Builder |
PersonDetail.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box around the detected person.
|
static PersonDetail.Builder |
PersonDetail.builder() |
default PersonDetail.Builder |
PersonDetail.Builder.face(Consumer<FaceDetail.Builder> face)
Face details for the detected person.
|
PersonDetail.Builder |
PersonDetail.Builder.face(FaceDetail face)
Face details for the detected person.
|
PersonDetail.Builder |
PersonDetail.Builder.index(Long index)
Identifier for the person detected person within a video.
|
PersonDetail.Builder |
PersonDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PersonDetail.Builder> |
PersonDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PersonMatch.Builder |
PersonMatch.Builder.person(Consumer<PersonDetail.Builder> person)
Information about the matched person.
|
default PersonDetection.Builder |
PersonDetection.Builder.person(Consumer<PersonDetail.Builder> person)
Details about a person whose path was tracked in a video.
|
Copyright © 2020. All rights reserved.