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