| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| 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 path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
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 results to return per paginated call.
|
GetPersonTrackingRequest |
GetPersonTrackingRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Amazon 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 © 2024. All rights reserved.