OBJECT

VideoSuggestedHighlight

Details about creating an automated highlight from this video.

link GraphQL Schema definition

1type VideoSuggestedHighlight {
2
3# Boolean for whether this set of suggested segments were addressed and dismissed.
4isDismissed: Boolean!
5
6# List of suggested video segments.
7segments: [VideoSuggestedSegment]!
8
9# Status of the segments.
10status: SegmentsStatusType
11
12}

link Required by