StartPersonTrackingRequest
Types
Properties
Link copied to clipboard
Idempotent token used to identify the start request. If you use the same token with multiple StartPersonTracking
requests, the same JobId
is returned. Use ClientRequestToken
to prevent the same job from being accidently started more than once.
Link copied to clipboard
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to. The Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy.
Functions
Link copied to clipboard
inline fun copy(block: StartPersonTrackingRequest.Builder.() -> Unit = {}): StartPersonTrackingRequest