StartShotDetectionFilter class
Filters for the shot detection segments returned by
GetSegmentDetection
. For more information, see
StartSegmentDetectionFilters.
Constructors
- StartShotDetectionFilter({double? minSegmentConfidence})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- minSegmentConfidence → double?
-
Specifies the minimum confidence that Amazon Rekognition Video must have in
order to return a detected segment. Confidence represents how certain Amazon
Rekognition is that a segment is correctly identified. 0 is the lowest
confidence. 100 is the highest confidence. Amazon Rekognition Video doesn't
return any segments with a confidence level lower than this specified value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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