Skip to main content

IRekognitionSegmentDetection

Interface in AWS.Rekognition

Interface for SegmentDetection.

Properties

DurationFrames

property DurationFrames: TOptional<Int64>

The duration of a video segment, expressed in frames.

DurationMillis

property DurationMillis: TOptional<Int64>

The duration of the detected segment in milliseconds.

DurationSMPTE

property DurationSMPTE: string

The duration of the timecode for the detected segment in SMPTE format.

EndFrameNumber

property EndFrameNumber: TOptional<Int64>

The frame number at the end of a video segment, using a frame index that starts with 0.

EndTimecodeSMPTE

property EndTimecodeSMPTE: string

The frame-accurate SMPTE timecode, from the start of the video, for the end of a detected segment.

EndTimecodeSMPTE is in HH:MM:SS:fr format (and ;fr for drop frame-rates).

EndTimestampMillis

property EndTimestampMillis: TOptional<Int64>

The end of the detected segment, in milliseconds, from the start of the video.

This value is rounded down.

ShotSegment

property ShotSegment: IRekognitionShotSegment

Type: IRekognitionShotSegment

If the segment is a shot detection, contains information about the shot detection.

StartFrameNumber

property StartFrameNumber: TOptional<Int64>

The frame number of the start of a video segment, using a frame index that starts with 0.

StartTimecodeSMPTE

property StartTimecodeSMPTE: string

The frame-accurate SMPTE timecode, from the start of the video, for the start of a detected segment.

StartTimecodeSMPTE is in HH:MM:SS:fr format (and ;fr for drop frame-rates).

StartTimestampMillis

property StartTimestampMillis: TOptional<Int64>

The start of the detected segment, in milliseconds, from the start of the video.

This value is rounded down.

TechnicalCueSegment

property TechnicalCueSegment: IRekognitionTechnicalCueSegment

Type: IRekognitionTechnicalCueSegment

If the segment is a technical cue, contains information about the technical cue.

Type

property Type: string

The type of the segment.

Valid values: TECHNICAL_CUE | SHOT.