@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSegmentDetectionFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filters applied to the technical cue or shot detection segments. For more information, see StartSegmentDetection.
| Constructor and Description |
|---|
StartSegmentDetectionFilters() |
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionFilters |
clone() |
boolean |
equals(Object obj) |
StartShotDetectionFilter |
getShotFilter()
Filters that are specific to shot detections.
|
StartTechnicalCueDetectionFilter |
getTechnicalCueFilter()
Filters that are specific to technical cues.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setShotFilter(StartShotDetectionFilter shotFilter)
Filters that are specific to shot detections.
|
void |
setTechnicalCueFilter(StartTechnicalCueDetectionFilter technicalCueFilter)
Filters that are specific to technical cues.
|
String |
toString()
Returns a string representation of this object.
|
StartSegmentDetectionFilters |
withShotFilter(StartShotDetectionFilter shotFilter)
Filters that are specific to shot detections.
|
StartSegmentDetectionFilters |
withTechnicalCueFilter(StartTechnicalCueDetectionFilter technicalCueFilter)
Filters that are specific to technical cues.
|
public void setTechnicalCueFilter(StartTechnicalCueDetectionFilter technicalCueFilter)
Filters that are specific to technical cues.
technicalCueFilter - Filters that are specific to technical cues.public StartTechnicalCueDetectionFilter getTechnicalCueFilter()
Filters that are specific to technical cues.
public StartSegmentDetectionFilters withTechnicalCueFilter(StartTechnicalCueDetectionFilter technicalCueFilter)
Filters that are specific to technical cues.
technicalCueFilter - Filters that are specific to technical cues.public void setShotFilter(StartShotDetectionFilter shotFilter)
Filters that are specific to shot detections.
shotFilter - Filters that are specific to shot detections.public StartShotDetectionFilter getShotFilter()
Filters that are specific to shot detections.
public StartSegmentDetectionFilters withShotFilter(StartShotDetectionFilter shotFilter)
Filters that are specific to shot detections.
shotFilter - Filters that are specific to shot detections.public String toString()
toString in class ObjectObject.toString()public StartSegmentDetectionFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.