| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentDetection |
SegmentDetection.clone() |
SegmentDetection |
SegmentDetection.withDurationFrames(Long durationFrames)
The duration of a video segment, expressed in frames.
|
SegmentDetection |
SegmentDetection.withDurationMillis(Long durationMillis)
The duration of the detected segment in milliseconds.
|
SegmentDetection |
SegmentDetection.withDurationSMPTE(String durationSMPTE)
The duration of the timecode for the detected segment in SMPTE format.
|
SegmentDetection |
SegmentDetection.withEndFrameNumber(Long endFrameNumber)
The frame number at the end of a video segment, using a frame index that starts with 0.
|
SegmentDetection |
SegmentDetection.withEndTimecodeSMPTE(String endTimecodeSMPTE)
The frame-accurate SMPTE timecode, from the start of a video, for the end of a detected segment.
|
SegmentDetection |
SegmentDetection.withEndTimestampMillis(Long endTimestampMillis)
The end time of the detected segment, in milliseconds, from the start of the video.
|
SegmentDetection |
SegmentDetection.withShotSegment(ShotSegment shotSegment)
If the segment is a shot detection, contains information about the shot detection.
|
SegmentDetection |
SegmentDetection.withStartFrameNumber(Long startFrameNumber)
The frame number of the start of a video segment, using a frame index that starts with 0.
|
SegmentDetection |
SegmentDetection.withStartTimecodeSMPTE(String startTimecodeSMPTE)
The frame-accurate SMPTE timecode, from the start of a video, for the start of a detected segment.
|
SegmentDetection |
SegmentDetection.withStartTimestampMillis(Long startTimestampMillis)
The start time of the detected segment in milliseconds from the start of the video.
|
SegmentDetection |
SegmentDetection.withTechnicalCueSegment(TechnicalCueSegment technicalCueSegment)
If the segment is a technical cue, contains information about the technical cue.
|
SegmentDetection |
SegmentDetection.withType(SegmentType type)
The type of the segment.
|
SegmentDetection |
SegmentDetection.withType(String type)
The type of the segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentDetection> |
GetSegmentDetectionResult.getSegments()
An array of segments detected in a video.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSegments(SegmentDetection... segments)
An array of segments detected in a video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSegmentDetectionResult.setSegments(Collection<SegmentDetection> segments)
An array of segments detected in a video.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSegments(Collection<SegmentDetection> segments)
An array of segments detected in a video.
|
Copyright © 2024. All rights reserved.