| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ShotSegment.Builder |
ShotSegment.builder() |
ShotSegment.Builder |
ShotSegment.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
ShotSegment.Builder |
ShotSegment.Builder.index(Long index)
An Identifier for a shot detection segment detected in a video.
|
ShotSegment.Builder |
ShotSegment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ShotSegment.Builder> |
ShotSegment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SegmentDetection.Builder |
SegmentDetection.Builder.shotSegment(Consumer<ShotSegment.Builder> shotSegment)
If the segment is a shot detection, contains information about the shot detection.
|
Copyright © 2021. All rights reserved.