/AWS1/CL_REKSHOTSEGMENT¶
Information about a shot detection segment detected in a video. For more information, see SegmentDetection.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_index
TYPE /AWS1/REKULONG
/AWS1/REKULONG
¶
An Identifier for a shot detection segment detected in a video.
iv_confidence
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
Queryable Attributes¶
Index¶
An Identifier for a shot detection segment detected in a video.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEX() |
Getter for INDEX, with configurable default |
ASK_INDEX() |
Getter for INDEX w/ exceptions if field has no value |
HAS_INDEX() |
Determine if INDEX has a value |
Confidence¶
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
STR_CONFIDENCE() |
String format for CONFIDENCE, with configurable default |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |