StartSegmentDetectionFilters class
Filters applied to the technical cue or shot detection segments. For more information, see StartSegmentDetection.
Constructors
- StartSegmentDetectionFilters({StartShotDetectionFilter? shotFilter, StartTechnicalCueDetectionFilter? technicalCueFilter})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shotFilter → StartShotDetectionFilter?
-
Filters that are specific to shot detections.
final
- technicalCueFilter → StartTechnicalCueDetectionFilter?
-
Filters that are specific to technical cues.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited