| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static BlackFrame.Builder |
BlackFrame.builder() |
BlackFrame.Builder |
BlackFrame.Builder.maxPixelThreshold(Float maxPixelThreshold)
A threshold used to determine the maximum luminance value for a pixel to be considered black.
|
BlackFrame.Builder |
BlackFrame.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.Builder |
BlackFrame.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlackFrame.Builder> |
BlackFrame.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartTechnicalCueDetectionFilter.Builder |
StartTechnicalCueDetectionFilter.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.
|
Copyright © 2022. All rights reserved.