Skip to main content

VideoClassificationAnnotation

No description

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

Fields

VideoClassificationAnnotation.id ● ID! non-null scalar

VideoClassificationAnnotation.labelId ● ID! non-null scalar

VideoClassificationAnnotation.job ● String! non-null scalar

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

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

VideoClassificationAnnotation.keyAnnotations ● [VideoClassificationKeyAnnotation!] list object

Interfaces

VideoAnnotation interface

Annotation interface