| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetPersonTrackingResult |
AmazonRekognitionClient.getPersonTracking(GetPersonTrackingRequest request)
Gets the person tracking results of a Rekognition Video analysis started by .
|
GetPersonTrackingResult |
AmazonRekognition.getPersonTracking(GetPersonTrackingRequest getPersonTrackingRequest)
Gets the person tracking results of a Rekognition Video analysis started by .
|
GetPersonTrackingResult |
AbstractAmazonRekognition.getPersonTracking(GetPersonTrackingRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPersonTrackingResult> |
AbstractAmazonRekognitionAsync.getPersonTrackingAsync(GetPersonTrackingRequest request,
AsyncHandler<GetPersonTrackingRequest,GetPersonTrackingResult> asyncHandler) |
Future<GetPersonTrackingResult> |
AmazonRekognitionAsync.getPersonTrackingAsync(GetPersonTrackingRequest getPersonTrackingRequest,
AsyncHandler<GetPersonTrackingRequest,GetPersonTrackingResult> asyncHandler)
Gets the person tracking results of a Rekognition Video analysis started by .
|
Future<GetPersonTrackingResult> |
AmazonRekognitionAsyncClient.getPersonTrackingAsync(GetPersonTrackingRequest request,
AsyncHandler<GetPersonTrackingRequest,GetPersonTrackingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPersonTrackingResult |
GetPersonTrackingResult.clone() |
GetPersonTrackingResult |
GetPersonTrackingResult.withJobStatus(String jobStatus)
The current status of the person tracking job.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the person tracking job.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withNextToken(String nextToken)
If the response is truncated, Rekognition Video returns this token that you can use in the subsequent request to
retrieve the next set of persons.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withPersons(Collection<PersonDetection> persons)
An array of the persons detected in the video and the times they are tracked throughout the video.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withPersons(PersonDetection... persons)
An array of the persons detected in the video and the times they are tracked throughout the video.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetPersonTrackingResult |
GetPersonTrackingResult.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Rekognition Video analyzed.
|
Copyright © 2018. All rights reserved.