AWSRekognitionStartCelebrityRecognitionRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSRekognitionModel.h AWSRekognitionModel.m |
clientRequestToken
Idempotent token used to identify the start request. If you use the same token with multiple StartCelebrityRecognition
requests, the same JobId
is returned. Use ClientRequestToken
to prevent the same job from being accidently started more than once.
@property (nonatomic, strong) NSString *clientRequestToken
Declared In
AWSRekognitionModel.h
jobTag
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic. For example, you can use JobTag
to group related jobs and identify them in the completion notification.
@property (nonatomic, strong) NSString *jobTag
Declared In
AWSRekognitionModel.h
notificationChannel
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.
@property (nonatomic, strong) AWSRekognitionNotificationChannel *notificationChannel
Declared In
AWSRekognitionModel.h
video
The video in which you want to recognize celebrities. The video must be stored in an Amazon S3 bucket.
@property (nonatomic, strong) AWSRekognitionVideo *video
Declared In
AWSRekognitionModel.h