| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartTechnicalCueDetectionFilter.Builder |
StartTechnicalCueDetectionFilter.Builder.blackFrame(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.
|
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.
|
static StartTechnicalCueDetectionFilter.Builder |
StartTechnicalCueDetectionFilter.builder() |
StartTechnicalCueDetectionFilter.Builder |
StartTechnicalCueDetectionFilter.Builder.minSegmentConfidence(Float minSegmentConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected
segment.
|
StartTechnicalCueDetectionFilter.Builder |
StartTechnicalCueDetectionFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartTechnicalCueDetectionFilter.Builder> |
StartTechnicalCueDetectionFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartSegmentDetectionFilters.Builder |
StartSegmentDetectionFilters.Builder.technicalCueFilter(Consumer<StartTechnicalCueDetectionFilter.Builder> technicalCueFilter)
Filters that are specific to technical cues.
|
Copyright © 2023. All rights reserved.