| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ShotSegment |
ShotSegment.clone() |
ShotSegment |
SegmentDetection.getShotSegment()
If the segment is a shot detection, contains information about the shot detection.
|
ShotSegment |
ShotSegment.withConfidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
ShotSegment |
ShotSegment.withIndex(Long index)
An Identifier for a shot detection segment detected in a video
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDetection.setShotSegment(ShotSegment shotSegment)
If the segment is a shot detection, contains information about the shot detection.
|
SegmentDetection |
SegmentDetection.withShotSegment(ShotSegment shotSegment)
If the segment is a shot detection, contains information about the shot detection.
|
Copyright © 2020. All rights reserved.