VideoAnnotation
No description
interface VideoAnnotation implements Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
frames: [FrameInterval!]!
keyAnnotations: [VideoKeyAnnotation!]
}
Fields
VideoAnnotation.id
● ID!
non-null scalar
VideoAnnotation.labelId
● ID!
non-null scalar
VideoAnnotation.job
● String!
non-null scalar
VideoAnnotation.path
● [[String!]!]!
non-null scalar
VideoAnnotation.frames
● [FrameInterval!]!
non-null object
List of intervals where the annotation is present
VideoAnnotation.keyAnnotations
● [VideoKeyAnnotation!]
list interface
List of manually set values for the annotation
Interfaces
Annotation
interface
Implemented By
VideoClassificationAnnotation
object ● VideoObjectDetectionAnnotation
object ● VideoTranscriptionAnnotation
object