ENUM

VideoMomentType

Marker types present in momentum.

link GraphQL Schema definition

1enum VideoMomentType {
2
3# Creator/editor selected moment.
4STREAM_MARKER
5
6# GAME_CHANGE is when the streamer changes the game during their stream.
7GAME_CHANGE
8
9# Hearthstone video content analysis markers.
10HEARTHSTONE_VCA
11
12# Overwatch video content analysis markers.
13OVERWATCH_VCA
14
15# PUBG video content analysis markers.
16PUBG_VCA
17
18# VCA generic VCA analysis markers.
19VCA
20}