| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| 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 |
|---|---|
GetPersonTrackingRequest |
GetPersonTrackingRequest.clone() |
GetPersonTrackingRequest |
GetPersonTrackingRequest.withJobId(String jobId)
The identifier for a job that tracks persons in a video.
|
GetPersonTrackingRequest |
GetPersonTrackingRequest.withMaxResults(Integer maxResults)
Maximum number of tracked persons to return.
|
GetPersonTrackingRequest |
GetPersonTrackingRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a
pagination token in the response.
|
GetPersonTrackingRequest |
GetPersonTrackingRequest.withSortBy(PersonTrackingSortBy sortBy)
Sort to use for elements in the
Persons array. |
GetPersonTrackingRequest |
GetPersonTrackingRequest.withSortBy(String sortBy)
Sort to use for elements in the
Persons array. |
Copyright © 2018. All rights reserved.