/AWS1/CL_REKSTRTSHOTDETECTFILT¶
Filters for the shot detection segments returned by GetSegmentDetection.
For more information, see StartSegmentDetectionFilters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_minsegmentconfidence TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
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.
If you don't specify
MinSegmentConfidence, theGetSegmentDetectionreturns segments with confidence values greater than or equal to 50 percent.
Queryable Attributes¶
MinSegmentConfidence¶
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.
If you don't specify
MinSegmentConfidence, theGetSegmentDetectionreturns segments with confidence values greater than or equal to 50 percent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINSEGMENTCONFIDENCE() |
Getter for MINSEGMENTCONFIDENCE, with configurable default |
ASK_MINSEGMENTCONFIDENCE() |
Getter for MINSEGMENTCONFIDENCE w/ exceptions if field has n |
STR_MINSEGMENTCONFIDENCE() |
String format for MINSEGMENTCONFIDENCE, with configurable de |
HAS_MINSEGMENTCONFIDENCE() |
Determine if MINSEGMENTCONFIDENCE has a value |