Uses of Interface
software.amazon.awssdk.services.rekognition.model.ShotSegment.Builder
-
Packages that use ShotSegment.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ShotSegment.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ShotSegment.Builder Modifier and Type Method Description static ShotSegment.BuilderShotSegment. builder()ShotSegment.BuilderShotSegment.Builder. confidence(Float confidence)The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.ShotSegment.BuilderShotSegment.Builder. index(Long index)An Identifier for a shot detection segment detected in a video.ShotSegment.BuilderShotSegment. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ShotSegment.Builder Modifier and Type Method Description static Class<? extends ShotSegment.Builder>ShotSegment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ShotSegment.Builder Modifier and Type Method Description default SegmentDetection.BuilderSegmentDetection.Builder. shotSegment(Consumer<ShotSegment.Builder> shotSegment)If the segment is a shot detection, contains information about the shot detection.
-