TRekognitionStartSegmentDetectionRequest
Class in AWS.Rekognition
StartSegmentDetection request class.
Ancestors
Properties
SegmentTypes
property SegmentTypes: TList<string>
Filters
property Filters: IRekognitionStartSegmentDetectionFilters
Type: IRekognitionStartSegmentDetectionFilters
Constructors
Create
constructor Create(const ASegmentTypes: array of string; const AVideo: IRekognitionVideo); overload;
Constructor for TRekognitionStartSegmentDetectionRequest.
Parameters
| Name | Description |
|---|---|
ASegmentTypes | Specify a list of segment types to detect in the video. Valid values:|. |
AVideo | Specify a video stored on Amazon S3 to detect segments in. |
constructor Create(const ASegmentTypes: array of string; const AVideo: IRekognitionVideo; const AJobTag: string; const ANotificationChannel: IRekognitionNotificationChannel); overload;
IRekognitionVideo · IRekognitionNotificationChannel
Constructor for TRekognitionStartSegmentDetectionRequest.
Parameters
| Name | Description |
|---|---|
ASegmentTypes | Specify a list of segment types to detect in the video. Valid values:|. |
AVideo | Specify a video stored on Amazon S3 to detect segments in. |
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. |