| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionFilters |
StartSegmentDetectionFilters.clone() |
StartSegmentDetectionFilters |
StartSegmentDetectionRequest.getFilters()
Filters for technical cue or shot detection.
|
StartSegmentDetectionFilters |
StartSegmentDetectionFilters.withShotFilter(StartShotDetectionFilter shotFilter)
Filters that are specific to shot detections.
|
StartSegmentDetectionFilters |
StartSegmentDetectionFilters.withTechnicalCueFilter(StartTechnicalCueDetectionFilter technicalCueFilter)
Filters that are specific to technical cues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartSegmentDetectionRequest.setFilters(StartSegmentDetectionFilters filters)
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withFilters(StartSegmentDetectionFilters filters)
Filters for technical cue or shot detection.
|
Copyright © 2024. All rights reserved.