VideoClassificationAnnotation
No description
type VideoClassificationAnnotation implements VideoAnnotation, Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
frames: [FrameInterval!]!
keyAnnotations: [VideoClassificationKeyAnnotation!]
}