Skip to main content

VideoTranscriptionAnnotation

No description

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

Fields

VideoTranscriptionAnnotation.id ● ID! non-null scalar

VideoTranscriptionAnnotation.labelId ● ID! non-null scalar

VideoTranscriptionAnnotation.job ● String! non-null scalar

VideoTranscriptionAnnotation.path ● [[String!]!]! non-null scalar

VideoTranscriptionAnnotation.frames ● [FrameInterval!]! non-null object

VideoTranscriptionAnnotation.keyAnnotations ● [VideoTranscriptionKeyAnnotation!] list object

Interfaces

VideoAnnotation interface

Annotation interface