Values.ShotSegmentSourceInformation about a shot detection segment detected in a video. For more information, see SegmentDetection.
type nonrec t = {index : ULong.t option;An Identifier for a shot detection segment detected in a video.
*)confidence : SegmentConfidence.t option;The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Float of SegmentConfidence.t | `Long of ULong.t ]) list ]