| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<PersonDetection> |
GetPersonTrackingResponse.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 |
|---|---|
GetPersonTrackingResponse.Builder |
GetPersonTrackingResponse.Builder.persons(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 |
|---|---|
GetPersonTrackingResponse.Builder |
GetPersonTrackingResponse.Builder.persons(Collection<PersonDetection> persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
Copyright © 2021. All rights reserved.