Uses of Interface
software.amazon.awssdk.services.rekognition.model.StartShotDetectionFilter.Builder
-
Packages that use StartShotDetectionFilter.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StartShotDetectionFilter.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return StartShotDetectionFilter.Builder Modifier and Type Method Description static StartShotDetectionFilter.BuilderStartShotDetectionFilter. builder()StartShotDetectionFilter.BuilderStartShotDetectionFilter.Builder. minSegmentConfidence(Float minSegmentConfidence)Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.StartShotDetectionFilter.BuilderStartShotDetectionFilter. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type StartShotDetectionFilter.Builder Modifier and Type Method Description static Class<? extends StartShotDetectionFilter.Builder>StartShotDetectionFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type StartShotDetectionFilter.Builder Modifier and Type Method Description default StartSegmentDetectionFilters.BuilderStartSegmentDetectionFilters.Builder. shotFilter(Consumer<StartShotDetectionFilter.Builder> shotFilter)Filters that are specific to shot detections.
-