TRekognitionStartVideoJobBaseRequest
Class in AWS.Rekognition
Base request object for start video job requests.
Ancestors
Properties
ClientRequestToken
property ClientRequestToken: string
JobTag
property JobTag: string
NotificationChannel
property NotificationChannel: IRekognitionNotificationChannel
Type: IRekognitionNotificationChannel
Video
property Video: IRekognitionVideo
Type: IRekognitionVideo
Constructors
Create
constructor Create(const AVideo: IRekognitionVideo); overload;
Constructor for TRekognitionStartVideoJobBaseRequest.
Parameters
| Name | Description |
|---|---|
AVideo | Specify a video stored on Amazon S3 to analyze. |
constructor Create(const AVideo: IRekognitionVideo; const AJobTag: string; const ANotificationChannel: IRekognitionNotificationChannel); overload;
IRekognitionVideo · IRekognitionNotificationChannel
Constructor for TRekognitionStartCelebrityRecognitionRequest.
Parameters
| Name | Description |
|---|---|
AVideo | Specify a video stored on Amazon S3 to analyze. |
AJobTag | Specify an identifier that's returned in completion notification that's published to a Amazon Simple Notification Service topic. |
ANotificationChannel | Specify the Amazon Simple Notification Service (SNS) topic that you want Amazon Rekognition to publish a completion notification to. |