ENUM

VideoMomentRequestType

These request types allow the client to request the backend to do some analysis and suggest markers that are relevant.

link GraphQL Schema definition

1enum VideoMomentRequestType {
2
3# Moments most likely to be highlighted. Shown to creators.
4HIGHLIGHTER_SUGGESTIONS
5
6# Chapter markers shown in the video to viewers.
7VIDEO_CHAPTER_MARKERS
8}

link Required by