Uses of Interface
software.amazon.awssdk.services.rekognition.model.BlackFrame.Builder
-
Packages that use BlackFrame.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of BlackFrame.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return BlackFrame.Builder Modifier and Type Method Description static BlackFrame.BuilderBlackFrame. builder()BlackFrame.BuilderBlackFrame.Builder. maxPixelThreshold(Float maxPixelThreshold)A threshold used to determine the maximum luminance value for a pixel to be considered black.BlackFrame.BuilderBlackFrame.Builder. minCoveragePercentage(Float minCoveragePercentage)The minimum percentage of pixels in a frame that need to have a luminance below the max_black_pixel_value for a frame to be considered a black frame.BlackFrame.BuilderBlackFrame. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type BlackFrame.Builder Modifier and Type Method Description static Class<? extends BlackFrame.Builder>BlackFrame. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type BlackFrame.Builder Modifier and Type Method Description default StartTechnicalCueDetectionFilter.BuilderStartTechnicalCueDetectionFilter.Builder. blackFrame(Consumer<BlackFrame.Builder> blackFrame)A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame.
-