/AWS1/CL_REKTECHNICALCUESEGM00¶
Information about a technical cue segment. For more information, see SegmentDetection.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_type
TYPE /AWS1/REKTECHNICALCUETYPE
/AWS1/REKTECHNICALCUETYPE
¶
The type of the technical cue.
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¶
Type¶
The type of the technical cue.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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 |