segments property

List<SegmentDetection>? segments
final

An array of segments detected in a video. The array is sorted by the segment types (TECHNICAL_CUE or SHOT) specified in the SegmentTypes input parameter of StartSegmentDetection. Within each segment type the array is sorted by timestamp values.

Implementation

final List<SegmentDetection>? segments;