Skip to main content

VideoObjectDetectionAnnotation

No description

type VideoObjectDetectionAnnotation implements VideoAnnotation, Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
frames: [FrameInterval!]!
keyAnnotations: [VideoObjectDetectionKeyAnnotation!]
name: String
mid: String!
category: String!
}

Fields

VideoObjectDetectionAnnotation.id ● ID! non-null scalar

VideoObjectDetectionAnnotation.labelId ● ID! non-null scalar

VideoObjectDetectionAnnotation.job ● String! non-null scalar

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

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

VideoObjectDetectionAnnotation.keyAnnotations ● [VideoObjectDetectionKeyAnnotation!] list object

VideoObjectDetectionAnnotation.name ● String scalar

Name of the object

VideoObjectDetectionAnnotation.mid ● String! non-null scalar

Object id (Necessary to keep old mids)

VideoObjectDetectionAnnotation.category ● String! non-null scalar

Category of the object

Interfaces

VideoAnnotation interface

Annotation interface