Skip to main content

IRekognitionStartSegmentDetectionRequest

Interface in AWS.Rekognition

Interface for StartSegmentDetection requests.

Ancestors

Properties

SegmentTypes

property SegmentTypes: TList<string>

Specify a list of segment types to detect in the video.

Valid values: TECHNICAL_CUE | SHOT.

Filters

property Filters: IRekognitionStartSegmentDetectionFilters

Type: IRekognitionStartSegmentDetectionFilters

Optionally, specify filters for the technical cue or shot detection.

Methods

AddSegmentType

function AddSegmentType(const ASegmentType: string): NativeInt;

Add a segment type to SegmentTypes.

Parameters

NameDescription
ASegmentTypeSpecify a segment type to add to SegmentTypes. Valid values:|.

Returns

Returns the index of the segment type added to SegmentTypes.