@Generated(value="software.amazon.awssdk:codegen") public final class StartSegmentDetectionFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartSegmentDetectionFilters.Builder,StartSegmentDetectionFilters>
Filters applied to the technical cue or shot detection segments. For more information, see StartSegmentDetection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSegmentDetectionFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartSegmentDetectionFilters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartSegmentDetectionFilters.Builder> |
serializableBuilderClass() |
StartShotDetectionFilter |
shotFilter()
Filters that are specific to shot detections.
|
StartTechnicalCueDetectionFilter |
technicalCueFilter()
Filters that are specific to technical cues.
|
StartSegmentDetectionFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic StartTechnicalCueDetectionFilter technicalCueFilter()
Filters that are specific to technical cues.
public StartShotDetectionFilter shotFilter()
Filters that are specific to shot detections.
public StartSegmentDetectionFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSegmentDetectionFilters.Builder,StartSegmentDetectionFilters>public static StartSegmentDetectionFilters.Builder builder()
public static Class<? extends StartSegmentDetectionFilters.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.