Values.TechnicalCueSegmentSourceInformation about a technical cue segment. For more information, see SegmentDetection.
type nonrec t = {type_ : TechnicalCueType.t option;The type of the technical cue.
*)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 * [> `Enum of string | `Float of SegmentConfidence.t ]) list ]