AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A technical cue or shot detection segment detected in a video. An array of SegmentDetection
objects containing all segments detected in a stored video is returned by GetSegmentDetection.
Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z
public class SegmentDetection
The SegmentDetection type exposes the following members
Name | Description | |
---|---|---|
![]() |
SegmentDetection() |
Name | Type | Description | |
---|---|---|---|
![]() |
DurationFrames | System.Int64 |
Gets and sets the property DurationFrames. The duration of a video segment, expressed in frames. |
![]() |
DurationMillis | System.Int64 |
Gets and sets the property DurationMillis. The duration of the detected segment in milliseconds. |
![]() |
DurationSMPTE | System.String |
Gets and sets the property DurationSMPTE. The duration of the timecode for the detected segment in SMPTE format. |
![]() |
EndFrameNumber | System.Int64 |
Gets and sets the property EndFrameNumber. The frame number at the end of a video segment, using a frame index that starts with 0. |
![]() |
EndTimecodeSMPTE | System.String |
Gets and sets the property EndTimecodeSMPTE.
The frame-accurate SMPTE timecode, from the start of a video, for the end of a detected
segment. |
![]() |
EndTimestampMillis | System.Int64 |
Gets and sets the property EndTimestampMillis. The end time of the detected segment, in milliseconds, from the start of the video. This value is rounded down. |
![]() |
ShotSegment | Amazon.Rekognition.Model.ShotSegment |
Gets and sets the property ShotSegment. If the segment is a shot detection, contains information about the shot detection. |
![]() |
StartFrameNumber | System.Int64 |
Gets and sets the property StartFrameNumber. The frame number of the start of a video segment, using a frame index that starts with 0. |
![]() |
StartTimecodeSMPTE | System.String |
Gets and sets the property StartTimecodeSMPTE.
The frame-accurate SMPTE timecode, from the start of a video, for the start of a detected
segment. |
![]() |
StartTimestampMillis | System.Int64 |
Gets and sets the property StartTimestampMillis. The start time of the detected segment in milliseconds from the start of the video. This value is rounded down. For example, if the actual timestamp is 100.6667 milliseconds, Amazon Rekognition Video returns a value of 100 millis. |
![]() |
TechnicalCueSegment | Amazon.Rekognition.Model.TechnicalCueSegment |
Gets and sets the property TechnicalCueSegment. If the segment is a technical cue, contains information about the technical cue. |
![]() |
Type | Amazon.Rekognition.SegmentType |
Gets and sets the property Type.
The type of the segment. Valid values are |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5