| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
PersonDetection |
PersonDetection.clone() |
PersonDetection |
PersonDetection.withPerson(PersonDetail person)
Details about a person whose path was tracked in a video.
|
PersonDetection |
PersonDetection.withTimestamp(Long timestamp)
The time, in milliseconds from the start of the video, that the person's path was tracked.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonDetection> |
GetPersonTrackingResult.getPersons()
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetPersonTrackingResult |
GetPersonTrackingResult.withPersons(PersonDetection... persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPersonTrackingResult.setPersons(Collection<PersonDetection> persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withPersons(Collection<PersonDetection> persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
Copyright © 2018. All rights reserved.