| 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 |
|---|---|
GetPersonTrackingResult |
AbstractAmazonRekognition.getPersonTracking(GetPersonTrackingRequest request) |
GetPersonTrackingResult |
AmazonRekognitionClient.getPersonTracking(GetPersonTrackingRequest request)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
GetPersonTrackingResult |
AmazonRekognition.getPersonTracking(GetPersonTrackingRequest getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPersonTrackingResult> |
AbstractAmazonRekognitionAsync.getPersonTrackingAsync(GetPersonTrackingRequest request,
AsyncHandler<GetPersonTrackingRequest,GetPersonTrackingResult> asyncHandler) |
Future<GetPersonTrackingResult> |
AmazonRekognitionAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetPersonTrackingResult |
GetPersonTrackingResult.clone() |
GetPersonTrackingResult |
GetPersonTrackingResult.withJobId(String jobId)
Job identifier for the person tracking operation for which you want to obtain results.
|
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.withJobTag(String jobTag)
A job identifier specified in the call to StartCelebrityRecognition and returned in the job completion
notification sent to your Amazon Simple Notification Service topic.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withNextToken(String nextToken)
If the response is truncated, Amazon 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 time(s) their path was tracked throughout the video.
|
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.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetPersonTrackingResult |
GetPersonTrackingResult.withVideo(Video video) |
GetPersonTrackingResult |
GetPersonTrackingResult.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
Copyright © 2024. All rights reserved.