Skip to main content

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;

IRekognitionVideo

Constructor for TRekognitionStartVideoJobBaseRequest.

Parameters

NameDescription
AVideoSpecify 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

NameDescription
AVideoSpecify a video stored on Amazon S3 to analyze.
AJobTagSpecify an identifier that's returned in completion notification that's published to a Amazon Simple Notification Service topic.
ANotificationChannelSpecify the Amazon Simple Notification Service (SNS) topic that you want Amazon Rekognition to publish a completion notification to.