Skip to main content

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;

IRekognitionVideo

Constructor for TRekognitionStartSegmentDetectionRequest.

Parameters

NameDescription
ASegmentTypesSpecify a list of segment types to detect in the video. Valid values:|.
AVideoSpecify 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

NameDescription
ASegmentTypesSpecify a list of segment types to detect in the video. Valid values:|.
AVideoSpecify a video stored on Amazon S3 to detect segments in.
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.