| 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<StartPersonTrackingResult> |
AmazonRekognitionAsyncClient.startPersonTrackingAsync(StartPersonTrackingRequest request,
AsyncHandler<StartPersonTrackingRequest,StartPersonTrackingResult> asyncHandler) |
Future<StartPersonTrackingResult> |
AmazonRekognitionAsync.startPersonTrackingAsync(StartPersonTrackingRequest startPersonTrackingRequest,
AsyncHandler<StartPersonTrackingRequest,StartPersonTrackingResult> asyncHandler)
Starts the asynchronous tracking of a person's path in a stored video.
|
Future<StartPersonTrackingResult> |
AbstractAmazonRekognitionAsync.startPersonTrackingAsync(StartPersonTrackingRequest request,
AsyncHandler<StartPersonTrackingRequest,StartPersonTrackingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartPersonTrackingRequest |
StartPersonTrackingRequest.clone() |
StartPersonTrackingRequest |
StartPersonTrackingRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartPersonTrackingRequest |
StartPersonTrackingRequest.withJobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic.
|
StartPersonTrackingRequest |
StartPersonTrackingRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people
detection operation to.
|
StartPersonTrackingRequest |
StartPersonTrackingRequest.withVideo(Video video)
The video in which you want to detect people.
|
Copyright © 2023. All rights reserved.