| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
BlackFrame |
BlackFrame.clone() |
BlackFrame |
StartTechnicalCueDetectionFilter.getBlackFrame()
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.
|
BlackFrame |
BlackFrame.withMaxPixelThreshold(Float maxPixelThreshold)
A threshold used to determine the maximum luminance value for a pixel to be considered black.
|
BlackFrame |
BlackFrame.withMinCoveragePercentage(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTechnicalCueDetectionFilter.setBlackFrame(BlackFrame 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.
|
StartTechnicalCueDetectionFilter |
StartTechnicalCueDetectionFilter.withBlackFrame(BlackFrame 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 © 2024. All rights reserved.