| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static PersonDetection.Builder |
PersonDetection.builder() |
default PersonDetection.Builder |
PersonDetection.Builder.person(Consumer<PersonDetail.Builder> person)
Details about a person whose path was tracked in a video.
|
PersonDetection.Builder |
PersonDetection.Builder.person(PersonDetail person)
Details about a person whose path was tracked in a video.
|
PersonDetection.Builder |
PersonDetection.Builder.timestamp(Long timestamp)
The time, in milliseconds from the start of the video, that the person's path was tracked.
|
PersonDetection.Builder |
PersonDetection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PersonDetection.Builder> |
PersonDetection.serializableBuilderClass() |
Copyright © 2022. All rights reserved.